Skip to content

1baga/js-code-snippets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JAVASCRIPT CODE SNIPPETS

Awesome Pull Requests Welcome first-timers-only Friendly Open Source Helpers

Learn basic JavaScript concepts in action. ⚡
For beginners and intermediates!

Arrays
Control flow
Dom
Functions
Objects
Operators

Contributors Guide

  • If you are new to Git and Github, it is advisable you go through GitHub For Beginners before moving to the next step.

  • Fork the Repository here

  • Clone the forked Repository

$ git clone https://github.com/BolajiAyodeji/js-code-snippets.git
  • Enter the cloned directory
cd js-code-snippets
  • Open directory in your Code Editor
code .
  • Add new snippets!
    Ensure to add each snippets in the expected folder directory.
    If possible, try to show multiples ways of solving the same problem from the less efficient to the most efficient algorithm.

  • Push your files

$ git add --all
$ git commit -m "commit description here"
$ git push -u origin master
  • Open a Pull Request ( What is a pull request? )
  • Add enough description of what you did, changes you made and if possible screenshots
  • Wait for Review (Your PR would be reviewed and merged if deemed fit)

Helpful Resources

Author

Bolaji Ayodeji

Licence

MIT

About

Learn basic JavaScript concepts in action. ⚡

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.3%
  • HTML 4.0%
  • CSS 0.7%