Justin LeeDifference between inheritance in class-based languages and JavaScriptDo you know why JavaScript has weird behavior in inheritance?Jan 4, 2022Jan 4, 2022
Justin LeePrototype in JavaScriptPrototype is very interesting concept, that is only exist in JavaScript.Sep 15, 2021Sep 15, 2021
Justin LeeMultiple conditions in JavaScriptHow do you handle multiple conditions in the if statement?Aug 18, 20215Aug 18, 20215
Justin LeeWhat 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
Justin LeeJavascript like a PROThere are 5 tips that you want to know to be a pro.Aug 3, 2021Aug 3, 2021
Justin LeeZdog — 3D javascript engineJust found that very interesting 3D javascript engine for canvas and SVG.Jul 30, 2021Jul 30, 2021
Justin LeeLIST in JavascriptDifference between Array and List in JavascriptJul 30, 20211Jul 30, 20211
Justin LeeReverse 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