Known as the "father of the World Wide Web," this man created HTML, HTTP, and URLs.
Who is Tim Berners-Lee?
This compact, 3KB alternative to React was created by Jason Miller with the same ES6 API.
What is Preact?
This built-in JavaScript method is used to add one or more elements to the end of an array.
What is .push()?
This CSS property is used to change the color of text.
What is the color property?
Released in 1993, this was the first commercially available web browser with a graphical user interface.
What is Mosaic?
This company created JavaScript in just 10 days.
Who is Netscape?
This large-scale web application framework was created by Google and was a complete rewrite of a previous version.
What is Angular?
Used to create a new array, this method includes all elements that pass a provided test function.
What is .filter()?
The box-sizing: border-box; property was introduced to fix issues with this CSS model.
What is the box model?
This browser engine, developed by Apple, is a fork of KHTML and powers Safari.
What is WebKit?
This was the original name of the now-ubiquitous scripting language, JavaScript?
What is Mocha?
This JavaScript library was released in 2006 with the slogan, "write less, do more," and is known for simplifying HTML document traversal and manipulation.
What is jQuery?
This method calls a function for each element in an array but does not return a new array.
What is .forEach()?
This free and open-sourced CSS framework directed at responsive, mobile-first design was originally created by Mark Otto & Jacob Thornton at Twitter.
What is Bootstrap?
Before Chrome's V8 engine, this was the name of the browser engine used by Firefox.
What is Gecko?
A W3C recommendation, this technique allows for a web page to be updated without a full page reload.
What is AJAX?
This minimalist framework is known for its "disappearing framework" concept.
What is Svelte?
This array method is used to remove the last element from an array.
What is .pop()?
Codename, Quantum Paper, this design language was developed by Google in 2014.
What is Material Design?
This browser was once the most used browser, now the bane of Frontenders existence.
What is Internet Explorer?
This year saw the public release of HTML, the foundation of the World Wide Web.
When is 1991?
Co-created by Yehuda Katz, this opinionated framework is known for its convention-over-configuration approach and a focus on productivity for ambitious web applications.
What is EmberJS?
This method returns a shallow copy of a portion of an array into a new array object.
What is .slice()?
This Norwegian web pioneer is best known for developing CSS while working with Tim Berners-Lee.
Who is Hakon Wium Lie?
This browser engine is used by both Microsoft Edge and Google Chrome.
What is Blink?