Overview
JavaScript training provides you the foundation for JavaScript language that will cover language syntax, object oriented concepts, validating html forms, DOM and CSS manipulations, Event handling techniques.
This training starts with an assumption of no background software programming experience, and thus we gradually take you to the level of preparation for job interview and/or course certification.
This training also lays foundation for learning JavaScript frameworks such as jQuery, AngularJS , ReactJS and etc.
Topics Covered → JavaScript Language → DOM and CSS manipulations → Event Handling → Git Version Control
Price: 800 CAD Prerequisite: None Duration: 10 Weeks Schedule: To enroll to this course, Please send us an email to contact@sanrus.ca
1) Introduction to JavaScript
A brief history of JavaScript.
Why JavaScript is used on the client side?
Adding JavaScript to web pages
Internally through <script> tag
Externally through javascript file.
Masking the JavaScript code. (How to mask a JavaScript code from
being shown on the web page when the browser disables the
JavaScript)