Skip to content

BoxOfQuestions specs and MVP implementation

Pre-release
Pre-release
Compare
Choose a tag to compare
@hhzl hhzl released this 17 Dec 01:50
· 143 commits to master since this release

27 specs, 0 failures, 1 pending spec

Functional style

var LW = BoxOfQuestions(LWdb('learnWords'));
if (LW.db.numberOfWords() == 0) {LW.db.loadWords(wordList)};