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) | |
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
CTRL T - open new tab | |
CTRL SHIFT T - reopen recently closed tab | |
CTRL C - copy text | |
CTRL V - paste text |