HTML / CSS
Javascript / Node.js
Computers
React
Random
100

What property is used to change the space between the content of an element and its border

padding

100

What keyword is used to declare a variable that cannot be reassigned in JavaScript?

const

100

Examples of this are MacOS, Windows, Linux, OpenBSD

What is an operating system

100
The reusable piece of code in React

Component

100

the terminal command to display the contents of a file to your terminal

CAT

200

the HTML attribute is used to specify the URL in a hyperlink?

href

200

The file that specifies the dependencies of a Node.js project?

package.json

200

The way to interface with your computer without running any GUI

terminal

200

"This React Hook is used for listening to state changes in your app

useEffect

200

The HTTP to send data to an api endpoint

POST

300

what unit is commonly used for responsive design, scaling on different devices?

REM / Viewport

300

This function is used to perform HTTP requests in JavaScript that returns a promise

fetch()

300

the most basic form of anything on the computer or transmitted through the internet

what is binary

300

the concept used to pass data and event handlers down to child components.

props / properties

300
The tool that allows us to fetch, use, and upload javascript/node packages

what is NPM

400

A programming API for HTM that defines the logical structure of documents and the way a document is accessed and manipulated.

what is the document object model DOM

400

This object method iterates through an array with all elements and allows you to apply a function to each item

.map()

400

This is used to identify a device on the internet.

IP address

400

A programming concept where a representation of a UI is kept in memory and synced with the real DOM by a library like ReactDOM

The Virtual DOM

400

This is used to transfer objects & body data between our frontend and client via http requests

What is JSON

500

The way to center something in CSS

{

display: flex;

justify-content: center;

align-items: center;

}

500

A function passed into another function as an argument to be executed later.

callback function

500

the hypothetical machine that consists of an infinitely-long tape which acts like the memory in a typical computer, or any other form of data storage. The squares on the tape are usually blank at the start and can be written with symbols. The machine can simulate ANY computer algorithm, no matter how complicated it is

What is a turing machine

500

a syntax extension for JavaScript that looks similar to XML/HTML and is used in React to describe what the UI should look like.

JSX

500

This is a type of person who constantly builds & breaks the world around them

Hacker

M
e
n
u