javascript Programming

JavaScript – Write Program to Print Hello World!!!

  • September 17, 2020
  • 0 Comments

JavaScript is scripting language which is similar to C. It is syntax and logic are similar to C, C++ and Java. But Java is completely different then JavaScript Keep in mind. JavaScript has fewer features than the C, C++ like we don’t have a specialized pointer in JavaScript because it is a client-side scripting programming […]

javascript Programming

JavaScript – Introduction, History, and Syntax

  • September 17, 2020
  • 0 Comments

What is “JavaScript”? The first appearance of JavaScript was made in Netscape 2.0 in 1995 with a name Live Script. JavaScript is a client-side scripting language with the object-oriented capabilities that allows us to build interactive web pages. It is open and cross-platform. For our simple understanding, we can say that JavaScript code is executed […]