Difference between Primitive and non-premitive data types
Two discrepancies of Data Types in JavaScript
Feb 5, 20224 min read143
Search for a command to run...
Articles tagged with #beginners
Two discrepancies of Data Types in JavaScript
Non-premitive data type
Primitive Data Types
Variables Most of the time, a JavaScript application needs to work with information. Here are two examples: An online shop – the information might include goods being sold and a shopping cart. A chat application – the information might include users,...
Variables - Part1