Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Learn basic JavaScript concepts in action. ⚑

License

devclokoja/js-code-snippets

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):

About

Learn basic JavaScript concepts in action. ⚑

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.5%
  • HTML 3.8%
  • CSS 0.7%

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /