Category: Javascript

  • Compound Interest Calculator Using JavaScript

    Compound Interest Calculator Using JavaScript

    Compound Interest Calculator Using JavaScript Compound Interest Calculator Using JavaScript. In this Article i will step through on how to create this ! In order to create this Compound Interest rate calculator. The First thing we need to do is to build the HTML Form. Subsequently we need to assign id and tag value to…

  • JavaScript Equivalent of cin

    JavaScript Equivalent of cin

    JavaScript Equivalent of cin JavaScript equivalent of cin. Well from what i know is,there aren’t anything like that in JavaScript. But we can build a simple text box which allow  the User  to pass the value into the text box. When the user click on the Submit button .The Input will be process and print…

  • Link External JavaScript File

    Link External JavaScript File

    Link External JavaScript File Link External JavaScript File. Coding your JavaScript ins your HTML file is messy . That will make things very hard to debug, difficult to trace , basically make your life freaking hard when building your Site. In this Article we will step into how to link an External JavaScript file into…

  • Add Text Via JavaScript

    Add Text Via JavaScript

    Add Text Via JavaScript Add Text Via JavaScript.In this article we will step through how to add text into HTML div tag , using JavaScript. Instead of using the alert();method which sometimes it might not work properly with chrome .In the  Sample code below , i will directly write the text into the HTML div…