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
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
A way to remove a table if it exists
How data is passed from a parent to a child.
What is props
The error happens when the fetch request is written incorrectly.
what is 505
A platform for pushing and publishing your front end code to be run and rendered in a browser in the cloud.
What is Vercell
A declaration for a variable that gives functions below it access to it's value even outside of it's scope.
var declaration
A way to join two databases with the first database being joined being the primary database.
left join *name* on *name*
Pure functions which specify how the application’s state changes in response to an ACTION
What is a Reducer
The response from a successful fetch request
what is a 200 ok
A platform for hosting your backend server, with a database.
What is Heroku
Hoisting
How to end a proper database statement
what is a semi comma ;
How react renders and re-renders it's code for a client
the virtural dom
middleware that only allows request from a preset web address
what is CORS
A library that allows you to use javascript to create server's
Node
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
A way to connect two tables and relate them.
What is a foreign Key
When react added new syntax like 'let' and 'export default'
what is ES6
A better way to write API's and structure the web paths that are used for each request.
what is RESTful APIs
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
The result of when you do typeof on an array
What is an Object
The three types of database relationships
What is:
One to One
One to Many
Many to Many
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
The response when the maximum number of request has been reached
a 501 wait response