{"id":4342,"date":"2021-10-05T23:05:00","date_gmt":"2021-10-05T17:35:00","guid":{"rendered":"https:\/\/www.codingbroz.com\/?p=4342"},"modified":"2021-10-05T14:36:00","modified_gmt":"2021-10-05T09:06:00","slug":"javascript-hello-world-program","status":"publish","type":"post","link":"https:\/\/www.codingbroz.com\/javascript-hello-world-program\/","title":{"rendered":"JavaScript Hello World Program"},"content":{"rendered":"\n

In this post, we will learn how to write hello world program in JavaScript<\/strong>.<\/p>\n\n\n\n

\"JavaScript<\/figure>\n\n\n\n

We will be writing the hello world program using three different methods to print \u201cHello, World!\u201d<\/strong>. Those three methods are as follows:-\u00a0<\/p>\n\n\n\n

  1. Using console.log()<\/li>
  2. Using alert()<\/li>
  3. Using document.write()<\/li><\/ol>\n\n\n\n

    So, without further ado, let\u2019s begin this tutorial.<\/p>\n\n\n\n

    \n