
3.2
データデルをする
55
learnjs/3100/public/app.js
//source[learnjs/3100/public/app.js]{
learnjs.problems = [
{
description: "
What is truth?
",
code: "
function problem() { return __; }
"
},
{
description: "
Simple Math
",
code: "
function problem() { return 42 === 6 * __; }
"
}
];
//}
3
.
2
.
1
デ ー タ バ イン ディン グ
...