DEV Community

Cover image for JavaScript Data Types
Mahmoud Elmahdi
Mahmoud Elmahdi

Posted on β€’ Edited on

1

JavaScript Data Types

JavaScript data types and data structures

Topics covered in this video:

  • Overview of data types
  • Type system in programming languages
  • High-level overview at the difference between dynamically typed languages and statically typed languages
  • Data types and data structures
  • Primitive data types: String, Number, Boolean, Undefined, Null, BigInt and Symbol
  • Non-Primitive data types: referred to collectively as Objects

πŸ“„ Check out the JavaScript String Methods article

β–Ά Course Playlist

Subscribe for more videos, and stay tuned for updates!

Top comments (0)

nextjs tutorial video

Youtube Tutorial Series πŸ“Ί

So you built a Next.js app, but you need a clear view of the entire operation flow to be able to identify performance bottlenecks before you launch. But how do you get started? Get the essentials on tracing for Next.js from @nikolovlazar in this video series πŸ‘€

Watch the Youtube series

πŸ‘‹ Kindness is contagious

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

Okay