Skip to content

cl1sman/saberesWebDeveloper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web development

🚀Link dos cursos:


Tipos de dados

ECMAScript standard:

  • Datas types
    • Primitive / Primitive value
    • Structural
    • Structural Primitive

Primitivos (imutaveis)

  • String "ABC" "BCA" "bca"
  • Number 23 32 24 33
  • Boolean
  • undefined
  • Symbol
  • BigInt

Estruturais

  • Object
    • Array
    • Map
    • Set
    • Date
    • ...
  • Function

Primitivo Estrutural / Structural Root Primitive

  • null

Standard built-in objects

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published