Login/Sign Up   

Other

function generateLetter(alphaNumeric, character) { let ranNum = null; ranNum = Math.floor(Math.random() * 36) + 1; character = alphaNumeric.charAt(ranNum); return character…
function invalidInput() { //Function for invalid input return alert('Sorry, I do not recognise that input.'); //Invalid input alert } function…
let name = null; do { name = prompt('Enter your name'); } while (name.length

Copyright © Joseph Film Reviews  All rights reserved

Cookie Policy | GDPR Consent Form | GDPR Policy Statement

Website Designed By Mariner Computer Services Ltd