- Samuel Dang
- June 12, 2023
Javascript Series: What is a Callback?
> Callback is an important concept in JavaScript that allows us to work with asynchronous code and handle events efficiently. Understanding callbacks is essential for writing effective and flexible J...
- Samuel Dang
- June 12, 2023
Javascript Series: Hoisting - Unlocking its Mysteries?
> When starting to learn JavaScript, you may come across a concept called "hoisting." This concept ...