Upgrade to Pro — share decks privately, control downloads, hide ads and more …

JavaScript Best Practices - (v1.0 beta)

JavaScript Best Practices - (v1.0 beta)

This is an overview of some JavaScript syntax best practices according to Jonathan Mills @jonathanfmills guide @pluralsight.

Olanrewaju Ahmed Olayinka

March 17, 2019
Tweet

More Decks by Olanrewaju Ahmed Olayinka

Other Decks in Programming

Transcript

  1. Ahmed Olanrewaju […full stack web architect, mobile web specialist, user

    interface designer] JavaScript Best Practices @ahmzyjazzy JavaScript Best Practices
  2. Write better JavaScript & understand why JavaScript behaves the way

    it does @ahmzyjazzy JavaScript Best Practices
  3. Why Best Practices? JavaScript has been secondary JavaScript is taking

    over everything JavaScript is different @ahmzyjazzy JavaScript Best Practices
  4. Learn Collaborates Ask Don’t work in a vacuum. Don’t believe

    everything you read. Take a knowledge with you Its dangerous to go alone… @ahmzyjazzy JavaScript Best Practices
  5. Syntax in JavaScript • Semicolons • Linting • Equality •

    Variables • Functions @ahmzyjazzy JavaScript Best Practices
  6. @ahmzyjazzy JavaScript Best Practices @ahmzyjazzy JavaScript Best Practices “Certain ECMAScript

    statements must Be terminated with semicolons.” EcmaScript standards