try {}catch(err){}object.prop?.nestedpropparseInt(x,10)if(Object.keys(x).length=== 0)let x =val1 ||val2function f(param =default) {}if(isNaN(x))console.log('hello',x)JSON.stringify()async/awaitarray.filter()let x =bool ?val1 : val2const{property}= object;() =>{}make adeep copyof obj orarraycompareobj orarray byvalue{...object}debugger;usefunction askey/valuein objconstpromise =newPromise()/regex/ig`hi myname is${name}`polyfillssetTimeout()try {}catch(err){}object.prop?.nestedpropparseInt(x,10)if(Object.keys(x).length=== 0)let x =val1 ||val2function f(param =default) {}if(isNaN(x))console.log('hello',x)JSON.stringify()async/awaitarray.filter()let x =bool ?val1 : val2const{property}= object;() =>{}make adeep copyof obj orarraycompareobj orarray byvalue{...object}debugger;usefunction askey/valuein objconstpromise =newPromise()/regex/ig`hi myname is${name}`polyfillssetTimeout()

Javascript Bingo - Call List

(Print) Use this randomly generated list as your call list when playing the game. There is no need to say the BINGO column name. Place some kind of mark (like an X, a checkmark, a dot, tally mark, etc) on each cell as you announce it, to keep track. You can also cut out each item, place them in a bag and pull words from the bag.


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  1. try {} catch(err){}
  2. object.prop?.nestedprop
  3. parseInt(x, 10)
  4. if (Object.keys(x).length === 0)
  5. let x = val1 || val2
  6. function f (param = default) {}
  7. if (isNaN(x))
  8. console.log('hello', x)
  9. JSON.stringify()
  10. async/await
  11. array.filter()
  12. let x = bool ? val1 : val2
  13. const {property} = object;
  14. () => {}
  15. make a deep copy of obj or array
  16. compare obj or array by value
  17. {...object}
  18. debugger;
  19. use function as key/value in obj
  20. const promise = new Promise()
  21. /regex/ig
  22. `hi my name is ${name}`
  23. polyfills
  24. setTimeout()