Difference between inheritance in class-based languages and JavaScriptDo you know why JavaScript has weird behavior in inheritance?Jan 4, 2022Jan 4, 2022
Prototype in JavaScriptPrototype is very interesting concept, that is only exist in JavaScript.Sep 15, 2021Sep 15, 2021
Multiple conditions in JavaScriptHow do you handle multiple conditions in the if statement?Aug 18, 20215Aug 18, 20215
What are Template Literal Types?After TypeScript 4.1 came out, we now can use the “Template Literal Type”. There are so many awesome features in it. In this article, I…Aug 8, 2021Aug 8, 2021
Zdog — 3D javascript engineJust found that very interesting 3D javascript engine for canvas and SVG.Jul 30, 2021Jul 30, 2021
Reverse IntegerGiven a signed 32-bit integer x, return x *with its digits reversed*. If reversing x causes the value to go outside the signed 32-bit…Mar 20, 2021Mar 20, 2021