Variable assignment is a concept that many developers find confusing. In this post I will try to explain how JavaScript treats variable assignments and argument passing.
Read more »
Promise.race(): Yes, there exists a function called Promise.race() ,if you have never heard of or never used it before, lets try to understand what Promise.race() actually is ? Promise.race() a… (more…)
Read more »
We'll be doing for JavaScript (Node.js) what we've been doing for PHP for several years now. (more…)
Read more »
JavaScript/TypeScript static analyzer for call graph construction, library usage pattern matching, and vulnerability exposure analysis - GitHub - cs-au-dk/jelly: JavaScript/TypeScript static analyz... (more…)
Read more »
Modern JS frameworks tend not to reload the page but manipulate DOM and change URL path for internal navigation, for performance and smooth UX. But since there… (more…)
Read more »