Variables
Created by Codedamn about a year ago
No description provided
15 Comments
Hey imcommenting for first time
Nice Awesome Content! What I have noticed in Variables video semicolon is not used to terminate statement. Whether it was intentional OR JavaScript doesn't care about semicolon.
Why semicolon is not used ??
hello sir in other programming languages have rules for creating variable does java script have some rules for creating variable in js because i learned python so .
i am super excited
Oxymoron
Can i assign a "String" data type to the above myfirstvariable ?
let comment = "Nice content" console.log('comment')
Thanks for making time to teach us, I'm really enjoying this course
var,let,const let a=5; var b=5; const c=5; console.log(a+b+c);
8.13k views till 12-12-22
How can I see the consoloe outputs in the terminal itself ?
How to open browser logs console
hello world