the first printed book code example
Example: the first printed book
var fbook = prompt('what is the first printed book?');
var ans = alert('The Gutenberg Bible');
if (ans === fbook) return alert('you're correct');
var fbook = prompt('what is the first printed book?');
var ans = alert('The Gutenberg Bible');
if (ans === fbook) return alert('you're correct');