-
Notifications
You must be signed in to change notification settings - Fork 23
Homework 03 #107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Homework 03 #107
Conversation
* Update README.md * Update README.md * Update README.md * README.md A'nanatawa's README * Update README.md * Update README.md final updates :) * Create .gitkeep * Add files via upload * Update README.md * Update README.md * Update README.md * Updated README * chore: remove unnecessary files Signed-off-by: Anthony D. Mays <[email protected]> --------- Signed-off-by: Anthony D. Mays <[email protected]> Co-authored-by: Anthony D. Mays <[email protected]>
* Create README.html * README.html * README.html * README.html update * Update README.html
* Create README.md * Create test * Create test * Delete lesson_00/JohnBey/test * Add files via upload * Delete lesson_00/JohnBey/Images/test * Update README.md * Rename Splatoon 3.jpg to JbeyS3.jpg * Update README.md
* Create README.html * Create placeholder * Add files via upload * Delete lesson_01/JohnBey/images/placeholder * Create styles.css * Rename Splatoon 3.jpg to JbeyS3.jpg * Delete lesson_01/JohnBey/images directory * Create placeholder * Add files via upload * Delete lesson_01/JohnBey/Images/placeholder
Got rid of bad merge additions
I reverted Lesson 2 changes and I also added John and Mercedes's files into my code with the merge |
import { Jbeyquiz } from './jbeyquiz.js'; | ||
import { MercedesMathewsQuiz } from './mercedes_mathews_quiz.js'; | ||
|
||
export const Quizzes = Symbol.for('Quizzes'); | ||
|
||
// Add your quiz provider here. | ||
|
||
const QUIZ_PROVIDERS = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There should only be one variable declaration for QUIZ_PROVIDERS
that has all the list of providers in it, but I see duplicate declarations on lines 19 and 21. You should run npm run check
to make sure things look good before you send back for review
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh my goodness gracious Ill go back and fix it smh at myself
I have merged Johns quiz into my homework branch