Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 680 Bytes

File metadata and controls

22 lines (18 loc) · 680 Bytes

10secondsofcode

10secondsofcode is a easy way to understand the JavaScript and ReactJS snippets in 10 seconds.

Website

https://10seconds.netlify.com/

Welcome to 10secondsofcode!

Follow these steps to make your first pull request-

  1. Fork this repository.
  2. Clone your forked repository to your local machine.
  3. Take any one of the issue from issues list and make a Pull Request.
  4. Write these commands on your terminal-
git add -A
git commit -m "your name"
git push origin master
  1. Then create a pull request.
  2. Star the official repository of 10secondsofcode.
  3. Congratulations!! You have successfully made a pull request.