Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

Online Javascript Editor

<!DOCTYPE html>
<html>
<body>
    
    
<script  type="text/javascript">

var today = new date () ;

var UpgradeDay = new Date ("November 2, 2017")
var msPerDay = 24 * 60 * 60 * 1000;
var timeLeft =  (UpgradeDay.getTime)
today. getTime());
var days = timeLeft  /msPerDay; 
var daysLeft = Math.floor (days) ;

document . write ("There are only<BR>  <H4>"  + daysLeft  + "days  </H4> Until Your Computer Upgrade<P>") ;
</script>
</body>
</html>

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.