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

Why to JavaScript in 2018?

Why to JavaScript in 2018?

Why to JavaScript in 2018? (Talk at Frontend Meetup, Kathmandu)

Even though the title says JavaScript, the talk was quite a bit focused on Frontend development.

Avatar for Saugat Acharya

Saugat Acharya

December 16, 2017
Tweet

More Decks by Saugat Acharya

Other Decks in Technology

Transcript

  1. What is this talk about? → Why to Frontend? →

    What the Frontend? → How to Frontend?
  2. Start Small <!-- HTML --> <!DOCTYPE html> /* CSS */

    body { background-color: lightblue; } // JavaScript console.log('Hello, World!');
  3. Learn the Fundamentals → ES6 → Closures → Functions →

    Callbacks → Promises → Modules → and more ...
  4. Concepts → Virtual DOM → JSX → State → Template

    → Data Binding → Code Splitting → ...
  5. “Any application that can be written in JavaScript, will eventually

    be written in JavaScript.”  —  Jeff Atwood