Added numbers game.
This commit is contained in:
@@ -21,7 +21,7 @@ function schatCode(text) {
|
||||
|
||||
function curate(fn) {
|
||||
return (text) => {
|
||||
if (text) {
|
||||
if (typeof text !== 'undefined' && text !== null) {
|
||||
return fn(text);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user