In this course you will learn very popular programming languages like JavaScript, jQuery, AngularJS and NodeJS JavaScript is a programming language that can be run by all modern web browsers. It is downloaded alongside the HTML code of a webpage. Unlike HTML, which can only be used to display content, JavaScript allows web designers to add functionality and interactivity to their websites. JQuery is a popular JavaScript library that is used extensively in modern websites. This library facilitates common JavaScript tasks such as animations, event handling, manipulating HTML content, and communication with external servers. In addition to its easy-to-use features, JQuery also takes care of many cross-browser compatibility issues automatically. AngularJS is basically a JavaScript framework (an open source web application framework) library, which is distributed as JavaScript file. Mainly used in developing Single Page Application (SPA). It extendes HTML with additional new attributes hence making simple development and making it more responsive at users end, since HTML was never design for dynamics views. AngularJS is very easy to understand hence learning it is a fun. NodeJs is apowerful JavaScript enginethat can be used for a variety of tasks. In this course, well learn the basics of working with NodeJS. Well work with the core libraries, but also learn about using npm: theNode Package Managerto load and work with any third party package that has been developed for NodeJS. Well also look at three ways to write and run a simple web server using node. Course Topics JavaScriptNumbersVariablesStringArraysFunctionsConditionsLoopsEventsjQuerySelectorsEventsEffectsAnimationsDOMAjaxAngularJSExpressions2 way data handlingForm submissionsFilter searchForm validationNodeJSInstalltionIntro to NPMREPL utilityFile input and outputPrerequisites HTML: The student must know how to use HTML tags and attributes. Only a very basic understanding of HTML is assumed. Notepad++ (Recommended): Notepad++ is a free, open-source text editor. Although JavaScript and HTML can be written using any text editor, Notepad++ is highly recommended because of features such as syntax highlighting and auto-complete.