You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the "add some questions" section, in this specific example:
election.addQuestion('Ain\'t this process awesome?', [
It lacks the "description" field like: election.addQuestion('Ain\'t this process awesome?', '' [ if no, the example throws an error because the "description" param is missing.
The text was updated successfully, but these errors were encountered:
In the "add some questions" section, in this specific example:
election.addQuestion('Ain\'t this process awesome?', [
It lacks the "description" field like:
election.addQuestion('Ain\'t this process awesome?', '' [
if no, the example throws an error because the "description" param is missing.The text was updated successfully, but these errors were encountered: