Skip to content

Instantly share code, notes, and snippets.

@teo251
Last active May 4, 2016 18:51
Show Gist options
  • Save teo251/d5f6b013e35591286cd918e637626163 to your computer and use it in GitHub Desktop.
Save teo251/d5f6b013e35591286cd918e637626163 to your computer and use it in GitHub Desktop.
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