Cricket Feedback

Developer
Size
1,672 Kb
Views
34,408

How do I make an cricket feedback?

What is a cricket feedback? How do you make a cricket feedback? This script and codes were developed by Toby Meyrick on 07 September 2022, Wednesday.

Cricket Feedback Previews

Cricket Feedback - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Cricket Feedback</title>
</head>
<body> <h1>Cricket Feedback</h1>
<input type="text" id="runs"> <script src="js/index.js"></script>
</body>
</html>

Cricket Feedback - Script Codes JS Codes

function feedback(runs) { if (runs === 0) { return "Oh no, a duck!"; } else if (runs < 5) { return "At least you got off the mark, but maybe some more runs next time"; } else if (runs < 15) { return "A start, but you couldn't make it a score, better luck next time"; } else if (runs < 30) { return "Not bad at all, a cameo knock, but couldn't convert into a fifty"; } else if (runs < 50) { return "Nice! Couldn't quite get that fifty, but good work"; } else if (runs >= 50 && runs < 75) { return "A half-century is definitely something to be proud of." } else if (runs < 100) { return "Couldn't get the ton, but a quality knock nonetheless"; } else if (runs >= 100) { return "Huge knock!!!!! Well done..."; }
}
console.log(feedback(runsVal))
Cricket Feedback - Script Codes
Cricket Feedback - Script Codes
Home Page Home
Developer Toby Meyrick
Username tobymeyrick
Uploaded September 07, 2022
Rating 3
Size 1,672 Kb
Views 34,408
Do you need developer help for Cricket Feedback?

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!

Toby Meyrick (tobymeyrick) Script Codes
Create amazing SEO content 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!