A minimal arithmetical game with JavaScript syntax.
If embedded in another page, use the following code to sync iframe's height.
onmessage = function(e) {
if (e.data.height) {
document.querySelector('iframe').height = e.data.height;
}
}| Name | Name | Last commit date | ||
|---|---|---|---|---|
A minimal arithmetical game with JavaScript syntax.
If embedded in another page, use the following code to sync iframe's height.
onmessage = function(e) {
if (e.data.height) {
document.querySelector('iframe').height = e.data.height;
}
}