Skip to content

dKouela/Js-learning-document

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Js-learning-document

document used to learn and also practice JavaScript. type of data

  there are 7 primative data types.
        1. number 
        2. string
        2. Boolean
        4.undefined
        5. null
        6. symbol
        7. bigint 

Dynamic typing: mean the programer don't have to define the type of the value stored in a variable. instead. data types are determined automatically 


CODE COMMENTING : 
        <!-- code commenting is used to describe what code is doing or what the logic is. e.g:  -->

STATEMENTS AND EXPRESSIONS

EXPRESSIONS: each line of code is an expression and produce value.

STATEMENT: is a piece on code that has not a real meaning.

About

document used to learn and also practice JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages