What is a function in Python?
A block of reusable code that performs a specific task.
What is the purpose of the `<head>` element in HTML?
The <head> element contains metadata about the document, including the title, links to stylesheets, and scripts.
What is CSS used for?
To style and layout webpages.
How do you declare variables in JavaScript and what are they used for?
`const`, `let`, and historically, `var`.
What do you read on a regular basis?
Describe some books and articles you have read that show your continued education as well as any outside interests.
What is a list in Python?
A collection of items in a specific order.
[dog, cat, fish]
What is the purpose of the `<div>` tag in HTML?
This is a generic block level container for grouping content and applying styles.
What is a CSS selector?
A keyword that applies styles to elements.
What is the difference between `==` and `===` in JavaScript?
`==` compares values for equality after type conversion, while `===` checks for both value and type equality without type conversion.
What is your strongest strength?
A key skill or attribute that you excel in and how it benefits your work.
What is a loop in Python?
A structure that repeats a block of code multiple times.
examples: `for` and `while`
What are semantic HTML elements, and why are they important?
Semantic elements like <article>, <section>, <header>, and <footer> provide meaning and structure to the web content, improving accessibility and SEO as well as organization for developers.
What is the margin property in CSS?
It controls the space outside an element's border.
What is a string in JavaScript?
A sequence of characters used to represent text, enclosed in quotes (example: "Hello, World!").
How do you handle deadlines?
A strategy you use to manage time and meet project deadlines.
What is an `if` statement in Python?
A conditional statement that runs code only if a condition is true.
What is the function of the `alt` attribute in an `<img>` tag?
It provides alternative text for the image, which is displayed if the image cannot be loaded and is used by screen readers for accessibility.
What is a class in CSS?
A reusable style definition applied to multiple elements.
🚨 DAILY DOUBLE!!! 🚨
You have the chance to wager up to your current score, or up to 1,000 points if your score is lower. Only your answer will count for this question.
How do you access the third element of an array in JavaScript?
Tell me about yourself.
A brief introduction covering your background, skills, and goals.
What is a dictionary in Python?
A collection of key-value pairs.
How do you link an external CSS file to an HTML document?
Use the `<link>` tag in the `<head>` section with the `rel="stylesheet"` attribute and `href` pointing to the CSS file. 😓
What is the `display: flex;` property in CSS?
A layout model for creating flexible and responsive layouts.
What does `NaN` stand for in JavaScript?
"Not-a-Number," a value representing an undefined or unrepresentable number.
Tell me about at time you failed.
What went wrong, but more importantly, how did you grow? 🌱