Fundamental JavaScript Concepts Explained Simply
a quick map of the foundation Hello everyone! For today’s post, I’ve decided to do a summary map of the fundamentals of JavaScript. It’s made... (more…)
Read more »
const in JavaScript Topics covered in this video: * What is const (constants)? * What they are used for? * The let keyword behavior vs the const keyword beha… Read more