Introduction to Javascript
Master Langues étrangères appliquées (LEA)Parcours Caweb : communication web multilingue (EAD)

Description

Acquire the basics of Javascript in terms of algorithms. Understand how Javascript accesses the D.O.M. in order to manipulate and modify it. Use APIs to interact with the HTML document, and exploit online services or sensor data from a mobile phone. Data in JSON format.

Prerequisites :

Learning Javascript requires knowledge of HTML and CSS, and an understanding of D.O.M. (Document Object Model). Knowledge of the basic concepts of algorithmics and programming is an advantage.

Compétences visées

- mastery of the Javascript programming language in procedural mode (algorithmic), as well as in terms of object-oriented programming, with the objects of the JS core,

- be able to access any DOM element via appropriate APIs (methods and properties), and to navigate in the DOM,

- be able to handle JS events,

- be able to write content dynamically in the HTML document, 

- use of various APIs (localStorage, geolocation, classList, etc.)

- Approach to a Framework (jQuery, jQueryUI)