Javascript Introduction #Part 1

 Javascript Introduction #Part 1



What is a javascript ??

           Javascript is used by programmers across the world to create dynamic and interactive web content like applications and browsers. JavaScript is a scripting language, easy-to-learn programming language as compared to other languages such as C++, Ruby, and Python. 

   Javascript can be used any body of the HTML documents.

Syntax

<script>

// Your write Code here!!!!

<script>

Example

Print Your Name Using JavaScript

<script>

document.write("Code Pocket");

</script>




Try it Yourself...

what you think about this article ??

Post a Comment

Previous Post Next Post