Skip to content

Mjax511/Basic-JavaScript-Mini

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Basic JavaScript Mini

Topics:

  • GitHub/Git
    • Flow: fork -> clone -> (add/commit/push) -> pull request
    • arrow functions =>
    • const
    • let
    • String templates

Project Description

Initialize Project

  • Change the JavaScript in the script file to use the new ES6 syntax.
  • Change the functions to be arrow functions.
  • Change the variables to const and let.

Steps for submitting a pull request

  • Step 1: Add all of your changes: git add --all
  • Step 2: Commit your changes: git commit -m "Changed code to ES6"
  • Step 3: Push your changes: git push origin master
  • Step 4: On GitHub submit a pull request back to the main repo.

We do code reviews based off of this pull request process.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%