removing brackets from quiz

This commit is contained in:
Jen Looper
2020-12-31 10:59:53 -05:00
committed by GitHub
parent 9a44192180
commit 3efeca8641

View File

@@ -4,15 +4,15 @@ Complete this quiz in class
1. JavaScript is an unpopular language for building games 1. JavaScript is an unpopular language for building games
- [ ] [true] - [ ] true
- [ ] [false] - [ ] false
2. Pub/Sub is a preferred pattern for managing the game's assets and flow 2. Pub/Sub is a preferred pattern for managing the game's assets and flow
- [ ] [true] - [ ] true
- [ ] [false] - [ ] false
3. Object inheritance can be handled by either using classes or composition 3. Object inheritance can be handled by either using classes or composition
- [ ] [true] - [ ] true
- [ ] [false] - [ ] false