GithubHelp home page GithubHelp logo

vibatious / awesome-js Goto Github PK

View Code? Open in Web Editor NEW

This project forked from divyanshu-rawat/awesome-js

0.0 1.0 0.0 128 KB

Algorithms in Javscript, including Q Learning in js.

License: MIT License

JavaScript 100.00%

awesome-js's Introduction

forthebadge forthebadge forthebadge

Say Thanks!

Solutions of Basic Algorithms Scripting (Free Code Camp)

Contributing

  1. Create your branch: git checkout -b my-new-feature

  2. Commit your changes: git commit -m 'Add some feature'

  3. Push to the branch: git push origin my-new-feature

  4. Send a Pull Request

  5. Enjoy!

Coding standards

  1. Variables name should be in camelCase

  2. Always put spaces around operators ( = + - * / ), and after commas

  3. Always use 1 tab space for indentation of code blocks

  4. Always end a simple statement with a semicolon.

  5. Put the opening bracket at the end of the first line.

  6. Use one space before the opening bracket.

  7. Put the closing bracket on a new line, without leading spaces.

  8. Use lower case file names without any special characters or spaces.

  9. Function should do one thing. They should do it well.

  10. Don't comment bad code, rewrite it. if code is readable you don't need comments. Explain your intention in comments for example //IF WE SORT THE ARRAY THE SEARCHING LOGIC BECOMES SIMPLE

awesome-js's People

Contributors

beatfreaker avatar cmd-kvn avatar collinsnji avatar colonelrascals avatar divyanshu-rawat avatar eduardoportilho avatar flaviofs avatar gagandeepsm avatar grzeswol avatar gusseleet avatar kyle-hall avatar kylec32 avatar mkhira2 avatar mssr-code avatar pawan-prodio avatar plant99 avatar rahulvc01 avatar railsstudent avatar ricardomaleixo avatar riteshkukreja avatar roc41d avatar ronitshar avatar sgtkuncoro avatar siarhei-bahdanovich avatar sirius207 avatar siwalikm avatar stealthbomber10 avatar swolecoder avatar the-vampiire avatar vasind avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.