Skip to content

Learn basic JavaScript concepts in action. ⚑

License

Notifications You must be signed in to change notification settings

BolajiAyodeji/js-code-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b23d54e Β· Dec 3, 2019
Dec 3, 2019
Apr 5, 2019
Feb 7, 2019
Nov 10, 2019
Apr 5, 2019
Apr 5, 2019
Apr 5, 2019
Feb 9, 2019
Jul 13, 2019
Jan 26, 2019
Jul 13, 2019
Feb 8, 2019
Feb 8, 2019

Repository files navigation

All Contributors

JAVASCRIPT CODE SNIPPETS

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

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

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
  • To keep your fork up to date with the original
$ git add remote upstream https://github.com/BolajiAyodeji/js-code-snippets.git
$ git fetch upstream
$ git merge upstream/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)

Reference

CodeWithMosh JavaScript for Beginners Course

Author

Bolaji Ayodeji

Licence

MIT

Contributors

Thanks goes to these wonderful people (emoji key):

Bolaji Ayodeji
Bolaji Ayodeji

πŸ’»
Mike Perry Y Attara
Mike Perry Y Attara

πŸ’»
Umar Mash
Umar Mash

πŸ’»
Edmund Ekott
Edmund Ekott

πŸ’»
Erons
Erons

πŸ’»
Henry Asante
Henry Asante

πŸ’»

About

Learn basic JavaScript concepts in action. ⚑

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published