⟩ Have you ever used a CSS preprocessor/precompiler? What are the benefits?
CSS preprocessors, such as SASS, have numerous benefits, such as variables and nesting.
CSS preprocessors, such as SASS, have numerous benefits, such as variables and nesting.
Tell me what is the difference between <div> and <frame>?
With jQuery, construct an array that has the values ["A", "B", "C", "D", "E", "F"] by getting the letters stored in the following html elements and pushing them into the array? <div class="select-container" data-letter="A"> B <div class="select-wrapper"> <ul> <li id="select-first">D</li> <li></li> <li>E</li> <li></li> C </ul> </div> <div> <span>F</span> </div> </div>
Explain what is "Semantic HTML?"?
Name 3 of the minimum HTML elements needed for an HTML document?
Explain what kind of things must you be wary of when design or developing for multilingual sites?
Call an external style sheet and an external script located in the ROOT folder called style.css and main.js with HTML?
Tell us what is the coolest thing you've ever coded? What's something awesome you've done?
Explain how do you optimize a website's assets?
Tell me what got you into Web Development?
Tell me what is your preferred development environment?