javascript print hello world Programming

JavaScript – Write First Scripting Program

  • September 19, 2020
  • 0 Comments

JavaScript has it’s own style of writing codes. It requires the <script> </script> tag. The JavaScript code can be written inside the <script> and </script> tag. We will talk more about it later. So here is our first JavaScript example to print “Hello World!“. Here i am writing inside <body></body>. You can write JavaScript code […]

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 […]