JavaScript Specialist v2.0 Exam 1D0-735

Similar documents
CIW: JavaScript Specialist v2.0. Course Outline. CIW: JavaScript Specialist v Jun 2018

CIW: JavaScript Specialist. Course Outline. CIW: JavaScript Specialist. 30 Dec

Web Site Development with HTML/JavaScrip

710 Index Attributes, 127 action attribute, 263 assigning, bottom attribute, domain name attribute, 481 expiration date attribute, 480 8

PHP / MYSQL DURATION: 2 MONTHS

This course is designed for web developers that want to learn HTML5, CSS3, JavaScript and jquery.

Varargs Training & Software Development Centre Private Limited, Module: HTML5, CSS3 & JavaScript

E ECMAScript, 21 elements collection, HTML, 30 31, 31. Index 161

JavaScript Programming

CERTIFICATE IN WEB PROGRAMMING

INDEX SYMBOLS See also

55191: Advanced SharePoint Development

Full Stack Web Developer

JavaScript Introduction

COURSE 20480B: PROGRAMMING IN HTML5 WITH JAVASCRIPT AND CSS3

Programming in HTML5 with JavaScript and CSS3

Comprehensive AngularJS Programming (5 Days)

Overview

Course 20480: Programming in HTML5 with JavaScript and CSS3

JavaScript CS 4640 Programming Languages for Web Applications

JavaScript CS 4640 Programming Languages for Web Applications

JavaScript: The Definitive Guide

COURSE OUTLINE MOC 20480: PROGRAMMING IN HTML5 WITH JAVASCRIPT AND CSS3

UI Course HTML: (Html, CSS, JavaScript, JQuery, Bootstrap, AngularJS) Introduction. The World Wide Web (WWW) and history of HTML

The course also includes an overview of some of the most popular frameworks that you will most likely encounter in your real work environments.

HTML5. HTML5 Introduction. Form Input Types. Semantic Elements. Form Attributes. Form Elements. Month Number Range Search Tel Url Time Week

PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS CIW JAVASCRIPT FUNDAMENTALS CERTIFICATION WEB 2391

TIME SCHEDULE MODULE TOPICS PERIODS. HTML Document Object Model (DOM) and javascript Object Notation (JSON)

CS Final Exam Review Suggestions - Spring 2018

Lesson 11: JavaScript Libraries

,

Pro JavaScript. Development. Coding, Capabilities, and Tooling. Den Odell. Apress"


Financial. AngularJS. AngularJS. Download Full Version :

CS50 Quiz Review. November 13, 2017

Web Development. With PHP. Web Development With PHP

20480B: Programming in HTML5 with JavaScript and CSS3

Financial. AngularJS. AngularJS.

JavaScript & DHTML Cookbool(

Learn Web Development CodersTrust Polska course outline. Hello CodersTrust! Unit 1. HTML Structuring the Web Prerequisites Learning pathway.

AJAX: Introduction CISC 282 November 27, 2018

Programming in HTML5 with JavaScript and CSS3

Web Development & SEO (Summer Training Program) 4 Weeks/30 Days

JavaScript: Events, DOM and Attaching Handlers


Introduction to JavaScript p. 1 JavaScript Myths p. 2 Versions of JavaScript p. 2 Client-Side JavaScript p. 3 JavaScript in Other Contexts p.

Type of Classes Nested Classes Inner Classes Local and Anonymous Inner Classes

Sections and Articles

PHP Online Training. PHP Online TrainingCourse Duration - 45 Days. Call us: HTML

JavaScript Fundamentals_

JAVASCRIPT FOR PROGRAMMERS

Java SE7 Fundamentals

Web Development 20480: Programming in HTML5 with JavaScript and CSS3. Upcoming Dates. Course Description. Course Outline

Index. C CakePHP framework, 232 Cascading Style Sheets (CSS)

CSCE 120: Learning To Code

Qiufeng Zhu Advanced User Interface Spring 2017

a Very Short Introduction to AngularJS

Lesson 12: JavaScript and AJAX

The course is supplemented by numerous hands-on labs that help attendees reinforce their theoretical knowledge of the learned material.

INTRODUCTION TO.NET. Domain of.net D.N.A. Architecture One Tier Two Tier Three Tier N-Tier THE COMMON LANGUAGE RUNTIME (C.L.R.)

CITS3403 Agile Web Development Semester 1, 2018

ABOUT WEB TECHNOLOGY COURSE SCOPE:

INTRODUCTION TO WEB DEVELOPMENT AND HTML. Lecture 13: Intro to JavaScript - Spring 2011

JavaScript!= Java. Intro to JavaScript. What is JavaScript? Intro to JavaScript 4/17/2013 INTRODUCTION TO WEB DEVELOPMENT AND HTML

Full Stack Web Developer

CSC Web Programming. Introduction to JavaScript

JavaScript: Introduction to DOM and Attaching Handlers

AngularJS Fundamentals

Copyright Descriptor Systems, Course materials may not be reproduced in whole or in part without prior written consent of Joel Barnum

Etanova Enterprise Solutions

CENG 256 Internet Programming Draft

JavaScript By: A. Mousavi & P. Broomhead SERG, School of Engineering Design, Brunel University, UK

User Interaction: jquery

Programming for Digital Media. Lecture 7 JavaScript By: A. Mousavi and P. Broomhead SERG, School of Engineering Design, Brunel University, UK

P a g e 1. Danish Technological Institute. Scripting and Web Languages Online Course k Scripting and Web Languages

Standard 1 The student will author web pages using the HyperText Markup Language (HTML)

Application Development in JAVA. Data Types, Variable, Comments & Operators. Part I: Core Java (J2SE) Getting Started

5. Strict mode use strict ; 6. Statement without semicolon, with semicolon 7. Keywords 8. Variables var keyword and global scope variable 9.

Programming in HTML5 with JavaScript and CSS3

Treating Framework Fatigue With JavaScript

DECOUPLING PATTERNS, SERVICES AND CREATING AN ENTERPRISE LEVEL EDITORIAL EXPERIENCE

Front End Nanodegree Syllabus

Manual Html A Href Onclick Submit Form

Index LICENSED PRODUCT NOT FOR RESALE

Introduction to Automation. What is automation testing Advantages of Automation Testing How to learn any automation tool Types of Automation tools

JAVASCRIPT AND JQUERY: AN INTRODUCTION (WEB PROGRAMMING, X452.1)

Front End Nanodegree Syllabus

Discover how to get up and running with the Java Development Environment and with the Eclipse IDE to create Java programs.

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) Learning Objectives (2 of 2) Helper Applications & Plug-Ins

Lecture 8 (7.5?): Javascript

Javascript. Many examples from Kyle Simpson: Scope and Closures

WEB GRAPHICS ADOBE PHOTOSHOP CS3. Learning Outcomes:

Microsoft Programming in HTML5 with JavaScript and CSS3

Session 18. jquery - Ajax. Reference. Tutorials. jquery Methods. Session 18 jquery and Ajax 10/31/ Robert Kelly,

Web Development & Design Foundations with HTML5, 8 th Edition Instructor Materials Chapter 14 Test Bank

Web Development. with Bootstrap, PHP & WordPress

Web 2.0 and AJAX Security. OWASP Montgomery. August 21 st, 2007

DOT NET Syllabus (6 Months)

jquery with Fundamentals of JavaScript Training

Govt. of Karnataka, Department of Technical Education Diploma in Computer Science & Engineering. Fifth Semester. Subject: Web Programming

Transcription:

JavaScript Specialist v2.0 Exam 1D0-735 Domain 1: Essential JavaScript Principles and Practices 1.1: Identify characteristics of JavaScript and common programming practices. 1.1.1: List key JavaScript characteristics, including object-based nature, events, platformindependence, and differences between scripting languages and programming languages. 1.1.2: Identify common programming concepts, including objects, properties and methods. 1.1.3: Describe various JavaScript versions and flavors, including ECMA standards, JScript and similarities with proprietary scripting languages. 1.1.4: Distinguish between server-side and client-side JavaScript applications, including JavaScript interpreters and rendering engines. 1.1.5: Describe acceptable coding practices, including appropriate use of comment tags and the <noscript> tag. 1.1.6: Examine the evolution of the role of JavaScript in simple Web page design, such as gaming, virtual reality (VR), native development, mobile device scripting and backend development. 1.2: Work with variables and data in JavaScript. 1.2.1: Use attributes and methods to communicate with users, including the type attribute. 1.2.2: Define variables, data types and scope. 1.2.3: List keywords and reserved words. 1.2.4: Store user input in variables and evaluate for appropriate responses using the console and built-in methods such as alert() and prompt(). 1.2.5: Distinguish between concatenation and addition. 1.2.6: Use Apply operators, including string concatenation ( += ), strict comparison ( ===,!==), mathematical precedence and bitwise operators. 1.2.7: Demonstrate how to use expressions. 1.2.8: Implement simple event handlers, including keyboard, mouse and mobile (gestures or touch) events. 1.3: Use JavaScript functions, methods, and events. 1.3.1: Define and use methods as functions. 1.3.2: Demonstrate the use of various types of functions and function elements including prototype functions, anonymous functions, closure functions, arguments and the use of return values. 1.3.3: Distinguish between global and local variables.

1.3.4: Use the conditional operator. 1.3.5: Identify user events and event handlers. 1.3.6: Demonstrate the use of function specific methods including calling, binding and applying. 1.3.7: Use built-in functions and cast variables. Domain 2: Intermediate JavaScript Programming Techniques 2.1: Debug and troubleshoot JavaScript code. 2.1.1: Demonstrate common steps for debugging JavaScript code, including reviewing code and testing code in different browsers and various devices. 2.1.2: Demonstrate how to use various native and supplemental debugging tools, including enabling/disabling display. 2.2: Use JavaScript statements to control program flow. 2.2.1: Use the if... statement. 2.2.2: Use the while... statement. 2.2.3: Use the do...while statement. 2.2.4: Use the for... statement. 2.2.5: Use the foreach statement. 2.2.6: Use the break and continue statements. 2.2.7: Use the switch... statement. 2.3: Use the JavaScript Document Object Model (DOM). 2.3.1: Use JavaScript to manipulate the Document Object Model (DOM). 2.3.2: Use the window object of the DOM. 2.3.3: Manipulate properties and methods of the document object within the DOM. 2.3.4: Use the image object of the DOM, including image rollover creation. 2.3.5: Use the history object of the DOM. 2.3.6: Evaluate and change URL information with the location object of the DOM. 2.3.7: Use the navigator object of the DOM. 2.3.8: Describe virtual DOM.

2.4: Use JavaScript language objects and create expressions. 2.4.1: Use the String object to test user input. 2.4.2: Evaluate strings, including use of the length property, and use of the indexof(), lastindexof(), substring() and charat() methods. 2.4.3: Implement basic regular expressions and the RegExp object. 2.4.4: Use the Array object to create more efficient code. 2.4.5: Use the map() method. 2.4.6: Apply the Date and Math objects. 2.5: Create and use custom JavaScript objects. 2.5.1: Create a custom JavaScript object. 2.5.2: Define properties and methods of custom objects. 2.5.3: Create new object instances. 2.5.4: Create client-side arrays using custom objects. 2.5.5: Create functions and methods for manipulating client-side arrays. 2.5.6: Use the prototype property, concept of classes, constructors, iterators and generators. Domain 3: Applied JavaScript 3.1: Modify HTML with JavaScript. 3.1.1: Identify steps and methods for changing HTML "on the fly," including the getelementbyid, getelementsbyname, getelementsbytagname and getelementsbyclassname methods of the DOM. 3.1.2: Modify attributes in HTML using DOM elements. 3.1.3: Modify form object values. 3.2: Use JavaScript to develop interactive forms. 3.2.1: Identify and use form controls, including HTML5 form elements. 3.2.2: Define the form object. 3.2.3: Refer to form objects, including input, text, textarea, radio, checkbox, select, button, password, hidden, file and submit. 3.2.4: Use form objects, including radio, select, button, text, input, textarea, checkbox, password, hidden, file and submit.

3.2.5: Conduct form validation. 3.2.6: Identify common form security issues. 3.3: Address JavaScript security issues involving browsers and cookies. 3.3.1: Distinguish between the browser and the operating system in relation to the elements responsible for security. 3.3.2: Discuss browser security issues relevant to JavaScript, including script blocking, frame-toframe URL changing, and document.write behavior differences among browsers. 3.3.3: Define signed scripts. 3.3.4: Perform client-side browser detection and determine browser compatibility. 3.3.5: Identify common issues and procedures for creating secure JavaScript code. 3.3.6: Define cross-site scripting and the associated security risks. 3.3.7: Define the functions and common uses of cookies. 3.3.8: Manipulate cookies effectively, including testing for presence of cookies, clearing cookies, enabling/disabling cookies in the browser, and deleting cookies from your hard drive. 3.3.9: Discuss ethics in collecting, storing, using and protecting user data. Domain 4: JavaScript Technology Extensions 4.1: Implement JavaScript libraries and frameworks. 4.1.1: Identify and evaluate the benefits and drawbacks of using predefined libraries and frameworks, such as jquery, Spry, Dojo, React.js, Angular.js and Prototype. 4.1.2: Identify steps for using libraries (such as jquery), frameworks and available plug-ins, including, optimization for faster JavaScript manipulation. 4.1.3: Identify steps for loading and referencing external scripts and pre-made external scripts. 4.1.4: Identify and evaluate the benefits and drawbacks of Server-side JavaScript technologies. 4.1.5: Optimize page load time and user experience on various devices. 4.2: Use JavaScript and AJAX to create interactive Web applications. 4.2.1: Define synchronous and asynchronous, fundamental AJAX elements, and procedures. 4.2.2: Explain the Fetch API, Promises and callback functions. 4.2.3: Use the XMLHttpRequest object to retrieve data. 4.2.4: Describe typical AJAX-based requests. 4.2.5: Identify key server response issues related to AJAX-based requests.

4.2.6: Use JavaScript to communicate with databases. 4.2.7: Identify and compare XML and JSON. 4.3: Implementing Web APIs. (New Objectives) 4.3.1: Define Web API (Application Programming Interface) and benefits. 4.3.2: Identify and use Web APIs, including session storage, local storage, and GEO location. 4.3.3: Identify and use the Canvas API.