Skip to content

Instantly share code, notes, and snippets.

View teo251's full-sized avatar

Kristijan Cincar teo251

  • University of West
  • Timisoara
View GitHub Profile
CTRL T - open new tab
CTRL SHIFT T - reopen recently closed tab
CTRL C - copy text
CTRL V - paste text
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)