JSFiddle - React, Tailwind, and code Playground

by Mohammed Alozaibi

HTML

<body>
    <p>JS Training course</p>
    <script src="Script.js"></script>
    
    </body>

JavaScript

// This is a single line comment
/* This is multi line comment 
jjjjjj
bbbbbb
ssssss
end */

var tt = ("line breaks in strings \nare created like that");
alert(tt);