Last active
May 4, 2016 18:51
-
-
Save teo251/d5f6b013e35591286cd918e637626163 to your computer and use it in GitHub Desktop.
This file contains 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
this.say(3); number | |
this.say("Ana"); string | |
var count=0; | |
while(count<0){ | |
count=count+1; | |
console.log(count); pikazuje rezultat u consoli od google croma (desni klik na Inspect i Consola) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment