DEV Community

Saif Al Siam
Saif Al Siam

Posted on

3 1

Data Types JS {Day -18}

100daysofcode { Day -18 }

Today I learned some important things about JavaScript.

There are two types of data: primitive data and non-primitive data.
Primitive data type:
=> Number, string, boolean, undefined, null, symbol
Non-primitive data types:
=> Objects and arrays

Also learned the difference between == and ===, the difference between block scope and global scope, also learned the difference between null and undefined.
Alt Text

javascript #programming #codinglife #devcommunity

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay