Platforms for Coding
Javascript Oddities
Databases
React!
APIs
100

A method for tracking changes on your code, allowing you to commit and revert issues, pull or commit changes and collaborate with other coders. 

What is Github

100

When a declared variable is defined outside of a function, then called inside a function and you get an undefined value error. 

What is a scope error

100

A way to remove a table if it exists

drop *name* if exist
100

How data is passed from a parent to a child. 

What is props

100

The error happens when the fetch request is written incorrectly. 

what is 505

200

A platform for pushing and publishing your front end code to be run and rendered in a browser in the cloud. 

What is Vercell

200

A declaration for a variable that gives functions below it access to it's value even outside of it's scope.

var declaration

200

A way to join two databases with the first database being joined being the primary database. 

left join *name* on *name*

200

Pure functions which specify how the application’s state changes in response to an ACTION

What is a Reducer

200

The response from a successful fetch request

what is a 200 ok

300

A platform for hosting your backend server, with a database. 

What is Heroku

300
When you can call a function BEFORE the code of the function is written. 

Hoisting

300

How to end a proper database statement

what is a semi comma ;

300

How react renders and re-renders it's code for a client

the virtural dom

300

middleware that only allows request from a preset web address

what is CORS

400

A library that allows you to use javascript to create server's

Node

400

A type of function that is independent of all changing variables, where the input is always constant and the output does not change depending on how the same data is inputted. 

A Pure Function

400

A way to connect two tables and relate them. 

What is a foreign Key

400

When react added new syntax like 'let' and 'export default' 

what is ES6

400

A better way to write API's and structure the web paths that are used for each request. 

what is RESTful APIs

500

A world built with code, about adventure, building, exploration and even adding your own code, built with your morning cup of coffee. 

What is Minecraft

500

The result of when you do typeof on an array

What is an Object

500

The three types of database relationships

What is: 

One to One

One to Many

Many to Many

500

The simplest and fastest components which can be written. They can replace any component which only has a render(). These components enhance the simplicity of the code and the performance of the application.

What is a Pure Component

500

The response when the maximum number of request has been reached

a 501 wait response 

M
e
n
u