Time Calculator secsAlive

Size
1,543 Kb
Views
22,264

How do I make an time calculator secsalive?

What is a time calculator secsalive? How do you make a time calculator secsalive? This script and codes were developed by Brooke Shepherd on 22 October 2022, Saturday.

Time Calculator secsAlive Previews

Time Calculator secsAlive - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Time Calculator secsAlive</title>
</head>
<body> <div class="container"> <h1>Time Calculator</h1> <script src="scripts.js"></script>
</div> <script src="js/index.js"></script>
</body>
</html>

Time Calculator secsAlive - Script Codes JS Codes

var secondsPerMin = 60;
var minsPerHour = 60;
var hoursPerDay = 24;
var daysPerWeek = 7;
var weeksPerYear = 52;
var yearsAlive = prompt("How old are you:");
var secondsPerDay = secondsPerMin * minsPerHour * hoursPerDay;
var secondsAlive = secondsPerDay * daysPerWeek * weeksPerYear * yearsAlive;
document.write('There are ' + secondsPerDay + ' seconds in a day. ');
document.write('I have been alive for more than ' + secondsAlive + ' seconds.');
Time Calculator secsAlive - Script Codes
Time Calculator secsAlive - Script Codes
Home Page Home
Developer Brooke Shepherd
Username tinyinkling
Uploaded October 22, 2022
Rating 3
Size 1,543 Kb
Views 22,264
Do you need developer help for Time Calculator secsAlive?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Brooke Shepherd (tinyinkling) Script Codes
Create amazing video scripts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!