JSFiddle - React, Tailwind, and code Playground
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);