Publicaciones
Tech is the new money. Tech changed my life. Tech can be learnt with a guaranteed job under three months. Tech gives you freedom of time. Those are the various half baked truth sold to new comers (muggles) to convince them to go into tech. As a junior developer, many people continue to go in circles in their first month trying to decrypt different concepts and patterns completely strange to them. ...
Life as a junior developer
Jul 04, 2022
26 Visualizaciones
A major leap stone to understanding javascript and eventually other frameworks is by understanding the basics which is the data types. Data types in javascript are classifed into two groups which are 1. PRIMITIVE TYPES 2. REFERENCE TYPES Primitive types are data types that have no methods or properties. They are data types that cannot be changed. They are largely classified as immutable types whic...
Data types in javascript
Jun 27, 2022
45 Visualizaciones