6 followers
I am an avid front-end web developer with an unquenchable thirst for great designs and a good book. My best moments are when i'm enjoying a 馃イ of coffee while working on a project.
Automatic vs Explicit type conversion in javascript. 路 Automatic vs Explicit type conversion in javascript. From the first two examples used in the first...
INTRODUCTION TO TYPE CONVERSION IN MODERN JAVASCRIPT 路 Type conversions in javascript refer to the ability to convert from one data type to another. For...
String immutability explained 路 A string is considered of primitive type in javascript. this means it's immutable or can't be changed. I admit the first...
Top vs-code extensions that will improve your productivity 路 VS-CODE is becoming perhaps the most prominent and preferred code editor in modern days, yet...
Stop using var and get the difference between null and undefined in javascript; 路 1. Drop the use of var in javascript ; There are various reasons why...
Basic but crucial javascript rules you should know; 路 I am a javascript enthusiast, developer, teacher, and a lifetime learner. Javascript is a diverse...