Skip to content

BolajiAyodeji/OOP-JavaScript

Repository files navigation

OOP JAVASCRIPT

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

Learn Object Oriented 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/OOP-JavaScript.git
  • Enter the cloned directory
cd OOP-JavaScript
  • 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)

Reference

CodeWithMosh Object Oriented JavaScript Course

Helpful Resources

Author

Bolaji Ayodeji

Licence

MIT