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

ISI Programming Course - 03 - Javascript

Jungwon Seo
September 24, 2018

ISI Programming Course - 03 - Javascript

Jungwon Seo

September 24, 2018
Tweet

More Decks by Jungwon Seo

Other Decks in Technology

Transcript

  1. • Let’s just narrow it down to the front-end part

    of traditional web-programming. 90% of Javascript usage Javascript is huge and deep and broad. HTML CSS Javascript See you Later!
  2. The role of Javascript (in web-development) • Calculation • Event

    / Action • Manipulating the view • Network • Storage • Many other things
  3. Things to learn • How to include • Basic programming

    • Event handling • Manipulating CSS • Timeout / Interval • How to use cookie • jQuery and AJAX
  4. Exercise-02: Basic Programming • Basic calculation : +, -, x,

    / • DataType : numeric, boolean, string • if-else and forloop • function Source code
  5. Exercise-06: Cookie • How to check from the browser. •

    https://www.w3schools.com/js/js_cookies.asp • setCookie • getCookie
  6. Exercise-07: jQuery • Javascript : jQuery = Never mind :

    nvm • Selector • Chaning CSS • Events Source code
  7. Exercise-08: AJAX • Asynchronous JavaScript and XML • Easy in

    jQuery • https://unsplash.com/developers Source code