Skip to content

mbrsagor/JavaScriptNote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript ES6 tutorial

In this topic I will use to visual stdio code(vs-code). First install node.js and NPM(node package manager) then install vs-code in your system . JavaScript ES6 features is awesome if you learn the ES6 you may easily handel react, VUE, Angular project.

my_bio = () => "A simplest changes make huge difference.";
Install Node on Mac.

First, install Homebrew. /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Then you may follow the command

brew update
brew doctor

Next, add Homebrew’s location to your $PATH in your .bash_profile or .zshrc file.

export PATH="/usr/local/bin:$PATH"
brew install node
npm install -g grunt-cli
Check the node and NPM version both:
npm -v
node -v
Features:
  • ES6 basic

    • Variable data type
    • Map
    • Filter
    • Conditional Statement
  • Special data type

    • Fibonacci
    • Factorial
    • Recursion
    • Stack
    • Queue
    • Link list
    • Binary search
  • Loop

    • For loop
    • While loop
    • Do while loop
  • Function

    • Old function
    • Arrow function
    • Callback function
    • Promise
  • OOP

    • Class
    • Constructor
    • Object

About

JavaScript ES6 tutorial

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors