JavaScript programming from basics

Go to class
Write Review

JavaScript programming from basics provided by Udemy is a comprehensive online course, which lasts for 12 hours worth of material. JavaScript programming from basics is taught by Shrirang Korde. Upon completion of the course, you can receive an e-certificate from Udemy. The course is taught in Englishand is Paid Course. Visit the course page at Udemy for detailed price information.

Overview
  • javascript programming

    What you'll learn:

    • javascript programming, html

    Web development is the work involved in developing a Web site for the Internet (World Wide Web) or an intranet (a private network). Among Web professionals, "Web development" usually refers to the aspects of building Web sites: writing markup and scripting /coding.

    JavaScript is one of the core technologies of the World Wide Web. JavaScript supports event-driven, functional, programming styles. It has application programming interfaces (APIs) for working with text, dates, regular expressions, standard data structures, and the Document Object Model (DOM). Although there are similarities between JavaScript and Java, including language name, syntax, and respective standard libraries, the two languages are distinct and differ greatly in design.

    Without knowledge of javascript it's almost impossible to do web development in today's era. Typically, these days people are aware of HTML, CSS, however programming with javascript requires good effort, understand relevant technologies, APIs etc. This course deals the javascript programming in detail and with hands-on coding.

    Following topics are covered as part of this course:

    javascript topics

    • variables

    • numbers

    • conditional execution

    • Loops

    • Functions

    • object function

    • Arrow Function

    • Arrays

    • Strings

    • Date

    • window object

    • Document Object Model (DOM)methods

    • Events

    • OOP

    Application development with javascript:

    • Game Application, Guess no

    • Fun with strings , utilities

    • Super market invoicing

    • Searching

    • Dropdown, webpage color change

    • Simple calendar, real calendar

    • Advertisement notifications

    • Simple image gallery

    • Hands-on development of applications

    Object Oriented Programming

    • Classes and objects

    • Inheritance

    • Overriding

    • getter, setter

    • Hands-on with OOP