Forum Registration Closed, Opens Every Friday Only.
New user? Please visit: Public TutFlix
No. This course was launched 3-4 months backIs this course very outdated??
Great!!No. This course was launched 3-4 months back
var is still a very valuable part of JS if you understand the behavior. You should be using strict mode and understand how scope, hoisting, etc work. Using var makes things very easy if you are intentional in its use and want to use it across scopes. The let keyword is better suited in limited scope use where you know you only need it in a single scope, i.e. in a for loop or when you need to use some temp variables to do some calculation.Hi Friends, this course is fantastic and brilliant curriculam to become a junior dev, but the only issue is that why she taught by using only Var keyword(data type) in the javascript section, am not sure why she taught ES6 variable like let or const intead 'var'. can any one can answer this.