JSFiddle - React, Tailwind, and code Playground

Second Javascript

by vishalvasani

HTML

<html>
<body>
<p id="demo"></p>
<script>
const msec = Date.parse("March 21, 2021");
document.getElementById("demo").innerHTML = msec;
</script>

</body>
</html>