Related post

Inheritance in Java programming with example | Zhullyblog

Introduction to JavaScript - Zhullyblog

Introduction to JavaScript



Hey, welcome to zhullyblog. If this is your first time here , please Subscribe to Zhullyblog by Email to get latest tutorial.


Introduction to JavaScript


JavaScript is a powerful computer programming language used to build the functional part of a website. JavaScript was initially known as LiveScript but was later renamed as JavaScript by Netscape. This beautiful programming language made it first appearance in Netscape 2.0 in 1995.


JavaScript is used with HTML to build website. Websites built with HTML are static but inclusion of JavaScript make it dynamic. This means that JavaScript allows program that interact with users , control browsers and perform other task.
JavaScript is a used by both students and professional developer who are working on building a standard website. It is widely used by fronted and as well as backend developers to build dynamic websites.


With JavaScript you will create on e of the best websites in the world that gives a great user experience. As I said earlier in the introduction to HTML, JavaScript is the one of most demanded programming language in the world.

The good thing about JavaScript is that it comes with a lot of frameworks which can be used to develop softwares , so on the long run, there are several job opportunities for you once you learn JavaScript.


Speaking of frameworks. Let me list 5 most popular JavaScript frameworks.
  • Angular
  • jQuery
  • React
  • Node.js
  • Ext.js
So, I will be posting lots of tutorials on JavaScript that will help you. Don't worry , I would give the simplest explanation.






Please share














JavaScript Syntax

Where do you place JavaScript in HTML document

JavaScript Variables

JavaScript Strings: How to create and manipulate

JavaScript If, If else, If else if statement

JavaScript Function: How to define and call a function

How to generate output in JS

JavaScript Switch case


Comments