Story Maker TH

Size
1,646 Kb
Views
22,264

How do I make an story maker th?

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

Story Maker TH Previews

Story Maker TH - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Story Maker TH</title>
</head>
<body>
<html lang="en">
<head> <meta charset="utf-8"> <link rel="stylesheet" href="css/main.css"> <title>The Story Maker</title> </head>
<body> <div class="container"> <h1>The Story Maker</h1> <script src="story.js"></script> </div>
</body>
</html> <script src="js/index.js"></script>
</body>
</html>

Story Maker TH - Script Codes JS Codes

var questions = 3;
var questionsLeft = '[' + questions + ' questions left]';
var adjective = prompt('Please type an adjective' + questionsLeft);
questions -= 1;
questionsLeft = ' [' + questions + ' questions left]';
var verb = prompt('Please type a verb' + questionsLeft);
questions -= 1;
questionsLeft = ' [' + questions + ' questions left] ';
var noun = prompt('Please type a noun' + questionsLeft);
alert('All done. Ready for the message?');
var sentence = "<h2>There once was a " + adjective;
sentence += ' programmer who wanted to use JavaScript to ' + verb;
sentence += ' the ' + noun + '.</h2>';
document.write(sentence);
Story Maker TH - Script Codes
Story Maker TH - Script Codes
Home Page Home
Developer Brooke Shepherd
Username tinyinkling
Uploaded October 22, 2022
Rating 3
Size 1,646 Kb
Views 22,264
Do you need developer help for Story Maker TH?

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 sales emails 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!