Quiz 1
Q1: Output (Medium)
Categories: JavaScript
What will this code output?
Hint: no hint
To Answer Quiz Questions: Create Account > Add To Slack > Select your team's Slack channel.
Q2: Output (Medium)
Q3: Common Problem (Medium)
The _____ problem is a question that asks that if given an array of integers (numbers), like [1, 2, 3], and a target sum number, such as 5, return an array of elements that add up to that target sum number.
Q4: Simple Output (Easy)
What would this code output?
Q5: Output (Medium)
What is the output of this code?
Q6: HTML Button (Medium)
On the HTML page when you click the "Run Function" button the word "Blue" will become the word "_____".
Q7: HTML Name (Easy)
What is the missing code on line 5?
Q8: JS Library (Medium)
What popular JavaScript library was designed to make interactive UI creations painless? _____ JS.
Hint: Created in 2013 serving as the base while developing mobile or single-page applications.
Q9: JS Library (Medium)
Founded in 2011, _____.js is an open-source JavaScript web framework, utilizing a component-service pattern.
Hint: It allows developers to create scalable single-page web applications.
Q10: Typed Style (Hard)
JavaScript is a loosely typed language except when it comes to _____ statements.