Created
May 7, 2014 10:30
-
-
Save RodolfoSilva/555db4570c7b15a877fa to your computer and use it in GitHub Desktop.
Utilitários Home
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Minha aplicação</title> | |
<script src="utilitarios.js"></script> | |
<script> | |
var util = new Utilitarios(), | |
saldo = null; | |
if (util.isNull(saldo)) { | |
alert("Seu saldo é 0"); | |
} | |
</script> | |
</head> | |
<body> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment