top of page


Advanced JavaScript - Episode 5
There’s a saying: In the world, there are only things that many people curse at and things that no one bothers to use. JavaScript is a...
Duong Hoang
Jul 15, 20245 min read
0 views
0 comments


Advanced JavaScript - Episode 4
There's a saying: "In this world, there are only two kinds of things: those that many people curse and those that no one bothers to use."...
Duong Hoang
Jul 15, 20246 min read
0 views
0 comments


Advanced JavaScript - Episode 3
There's a saying: there are only things many people curse and things no one bothers to use. JavaScript is a prime example. It has some...
Duong Hoang
Jul 15, 20245 min read
0 views
0 comments


JavaScript Advanced - Part 2
There's a saying: In this world, there are only things many people criticize and things no one cares to use. JavaScript is a prime...
Duong Hoang
Jul 15, 20246 min read
0 views
0 comments


Removing Elements from an Array in JavaScript
Removing elements from an array in JavaScript is a common problem that most developers encounter. JavaScript offers numerous solutions to...
Duong Hoang
Jul 14, 20243 min read
3 views
0 comments


Differentiating Between var, let, and const in JavaScript
1. Introduction ES6 (short for ECMAScript 6) is a set of advanced JavaScript techniques. ECMAScript is a standard proposed by the...
Duong Hoang
Jul 14, 20243 min read
1 view
0 comments


Understanding Async/Await in Understanding Async/Await in JavaScript in 10 Minutes
For a long time, we had to rely on callbacks to handle asynchronous code in JavaScript. This often resulted in messy and hard-to-maintain...
Duong Hoang
Jul 14, 20245 min read
1 view
0 comments


Advanced JavaScript - Part 1
There is a saying: There are only two types of things in this world: things that many people criticize and things that no one bothers to...
Duong Hoang
Jun 26, 20247 min read
1 view
0 comments


Asynchronous Processing in JavaScript Part 1
Asynchronous Processing in JavaScript Asynchronous programming is a fundamental concept in JavaScript, but not everyone understands it...
Duong Hoang
Jun 24, 20245 min read
2 views
0 comments
bottom of page