Why I moved from JavaScript to Dart

Why I moved from JavaScript to Dart. This is a language that isn’t tossed around much anymore, but does anyone remember Dart? It’s a language that many seem to disregard, but…

Similar

JavaScript const

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... (more…)

Read more »

An Introduction to JavaScript Callbacks

What is a Callback function? 🤔 We know that in JavaScript, we can pass functions as an argument into another function. These functions which take other function as an argument are known as Higher-Order functions. And the functions which are passed a... (more…)

Read more »