Answers for "the first printed book"

0

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');
Posted by: Guest on September-15-2020

Browse Popular Code Answers by Language