• Post category:StudyBullet-4
  • Reading time:7 mins read


Learn a basic introduction to javascript and how to write a simple javascript code.

What you will learn

Write JavaScript code from scratch

Change webpage content using javascript

Write JavaScript comments

JavaScript Data Types

Create Variables

Create Functions

Write Conditional Statements

Create functions

Experiment with JavaScript with Chrome Developer Tools

Build a browser based Calculator

Build a browser based Todo List


Get Instant Notification of New Courses on our Telegram channel.


Build a browser based CountDown Timer

Build a browser based Analogue Clock

Description

JavaScript is a scripting or programming language that allows you to implement complex features on web pages β€” every time a web page does more than just sit there and display static information for you to look at β€” displaying timely content updates, interactive maps, animated 2D/3D graphics, scrolling video jukeboxes, etc. β€” you can bet that JavaScript is probably involved.

JavaScript is the most popular scripting language in the world. It is responsible for the interactivity like games, online forms or surveys and other activities user’s can engage with on a website. Most dynamic if not all website contains some element of JavaScript.

JavaScript programming language drives millions of interactive web sites, powers fast web servers and can even be used to build desktop and mobile applications.

JavaScript is one of the core languages used in web development. The other two are HTML and CSS.

JavaScript interacts and creates functionality with HTML and CSS.

  • HTML is the markup language that we use to structure and give meaning to our web content, for example defining paragraphs, headings, and data tables, or embedding images and videos in the page.
  • CSS is a language of style rules that we use to apply styling to our HTML content, for example setting background colors and fonts, and laying out our content in multiple columns.
  • JavaScript is a scripting language that enables you to create dynamically updating content, control multimedia, animate images, and pretty much everything else. (Okay,

In this course you will learn  how to code or program with JavaScript from scratch.

What You Will Learn include:

  • Data Types
  • Variables
  • Operators
  • Conditional Statements
  • Events
  • Arrays
  • Functions

We will also create four projects from scratch.

  • Analogue Clock
  • Calculator
  • Count down timer
  • Todo List App
English
language

Content

Basic Beginner’s Quick introduction to Javascript

Introduction
Text Editors
JavaScript Syntax
Where to Place Javascript
Javascript comments
Changing Webpage Content with Javascript
JavaScript Data Types
Javascript Operators
JavaScript Variables
Javascript Conditional StatementS
JavaScript functions
Javascript Events
Conclusion
Quiz
JavaScript Concatenation