Tags
Language
Tags
July 2025
Su Mo Tu We Th Fr Sa
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    JavaScript Introduction: Student Guide

    Posted By: readerXXI
    JavaScript Introduction: Student Guide

    JavaScript Introduction: Student Guide
    by Aletha Read
    English | 2022 | ASIN: B0BZT73PGK | 273 Pages | ePUB | 0.2 MB

    In addition to HTML and CSS, JavaScript represents one of the main tools web developers use to create rich, responsive web and mobile applications. It's use has expanded with the use of jQuery and AJAX and has evolved JavaScript to become much more than just a scripting language used to manipulate the user interface. This coursware is intended for use as a three-day course, or can be used by students who wish to study on their own to learn JavaScript. Readers will learn how to create basic statements in JavaScript, how to declare and use primitive and complex variables and data types (including objects), how to create and use Functions and Expressions and how to match patterns using Regular Expressions. In addition, students will see how to manipulate the Document Object Model (DOM), how to handle keyboard and screen events, how to validate form input with JavaScript and how to debug and handle errors in their JavaScript code.

    This book will help students learn to:

    Use features of the most recent version of JavaScript
    Use complex and primitive variables and data types
    Work with Objects in JavaScript
    Use Regular Expressions for pattern matching
    Handle and respond to screen and keyboard events
    Validate form input with JavaScript