📜  第一本印刷书籍 - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:09.632000             🧑  作者: Mango

代码示例1
var fbook = prompt('what is the first printed book?');
var ans = alert('The Gutenberg Bible');

if (ans === fbook) return alert('you're correct');