case sensivity – POFTUT

Javascript Syntax and Basics

In this post we will start writing simple Javascript codes and run them on the browser. We will also look comments. Two Lines Of Code Our code is below. It is now two line and becoming more complex but not too much for our target. console.log(“Hello Poftut”); console.log(“By Poftut”); Here is two JavaScript line ended … Read more