This class was created by Brainscape user Evan Hong. Visit their profile to learn more about the creator.

Decks in this class (79)

Html Block and Inline
How do block level elements affec...,
How do inline elements affect the...,
What are the default width and he...
4  cards
Html Forms
What is the purpose of an html el...,
Give five examples of form contro...,
Give three examples of attribute ...
4  cards
Html Lists
What is the difference between an...,
Is an html list a block or an inl...
2  cards
Html Relative Links
How do you indicate the relative ...,
How do you indicate the relative ...,
How do you indicate the relative ...
4  cards
HTML Skeleton
Where do you put non visible cont...,
Where do you put visible content ...,
Where do the and tags go in the v...
4  cards
Html Syntax
Give five examples of html elemen...,
What is the purpose of html attri...,
Give an example of an html entity
3  cards
Html Tables
What are the primary html element...,
What purpose do the and elements ...,
Give two examples of data that wo...
3  cards
CSS Box Model
What css properties make up the b...,
Which css property pushes boxes a...,
Which css property add space betw...
3  cards
CSS Cascade
What are the four components of t...,
What does the term source order m...,
How is it possible for the styles...
5  cards
CSS Colors
Name three different types of val...
1  cards
CSS Flex Box
What is the default flex directio...,
What is the default flex wrap of ...
2  cards
CSS Fonts
Name two types of units that can ...,
What css property controls the fo...
2  cards
CSS Layout Classes
Why do two div elements verticall...,
What is the default flex directio...,
What are the three primary compon...
5  cards
CSS Media Queries
Give two examples of media featur...,
Which html meta tag is used in mo...
2  cards
CSS Positioning
What is the default value for the...,
How does setting position relativ...,
How does setting position relativ...
6  cards
CSS Pseudo Classes
What is a pseudo class,
What are css pseudo classes usefu...
2  cards
CSS Responsive Layout
What is a breakpoint in responsiv...,
What is the advantage of using a ...,
If you introduce css rules for a ...
3  cards
CSS Syntax
What are the names of the individ...,
In css how do you select elements...,
In css how do you select elements...
4  cards
CSS Transforms
What does the transform property do,
Give four examples of css transfo...
2  cards
CSS Transitions
The transition property is shorth...
1  cards
Javascript Arrays
What are arrays used for,
Describe array literal notation,
How are arrays different from pla...
6  cards
Javascript Forms
What event is fired when a user p...,
What event is fired when a user s...,
What event is fired as a user cha...
3  cards
Javascript Functions
What is a function in javascript,
Describe the parts of a function ...,
Describe the parts of a function ...
7  cards
Javascript If
Give 6 examples of comparison ope...,
What data type do comparison expr...,
What is the purpose of an if stat...
7  cards
Javascript Loops
What is the purpose of a loop,
What is the purpose of a conditio...,
What does iteration mean in the c...
10  cards
Javascript methods
Why do we log things to the console,
What is a method,
How is a method different from an...
14  cards
Javascript Objects
What are objects used for,
What are object properties,
Describe object literal notation
5  cards
Javascript Operators and Expressions
What data type is returned by an ...,
What is string concatenation,
What purpose s does the plus oper...
4  cards
Javascript Primitives And Variables
What is the purpose of variables,
How do you declare a variable,
How do you initialize assign a va...
12  cards
Javascript View Swapping
What is the eventtarget,
What is the affect of setting an ...,
What does the elementmatches meth...
7  cards
Dom creation
Does the documentcreateelement me...,
How do you add an element as a ch...,
What do you pass as the arguments...
7  cards
Dom-events
Why do we log things to the console,
What is the purpose of events and...,
Are all possible parameters requi...
8  cards
DOM Event Delegation
What is the eventtarget,
Why is it possible to listen for ...,
What dom element property tells y...
6  cards
Dom manipulation
What is the classname property of...,
How do you update the css class a...,
What is the textcontent property ...
7  cards
DOM Querying
Why do we log things to the console,
What is a model,
What is a model
12  cards
Javscript and Json
What is json,
What are serialization and deseri...,
Why are serialization and deseria...
5  cards
Javascript Custom Methods
What is a method,
How can you tell the difference b...,
Describe method definition syntax...
10  cards
Javascript-this
What is this in javascript,
What does it mean to say that thi...,
When is the value of this determi...
8  cards
JavaScript Prototypes
What kind of inheritance does the...,
What is a prototype in javascript,
How is it possible to call method...
4  cards
JavaScript Timers
What is a callback function,
Besides adding an event listener ...,
How can you set up a function to ...
5  cards
Http Messages
What is a client,
What is a server,
Which http method does a browser ...
8  cards
JavaScript Ajax
What is ajax,
What does the ajax acronym stand for,
Which object is built into the br...
5  cards
es6 Const Let
What is a code block what are som...,
What does block scope mean,
What is the scope of a variable d...
6  cards
ES6 Template Literals
What is the syntax for writing a ...,
What is string interpolation
2  cards
Command Line Basics
What is a cli,
What is a gui,
Give at least one use case for ea...
4  cards
Node Intro
What are the 3 components of a fu...,
What is nodejs,
What can nodejs be used for
6  cards
Node Process
What is a computer process,
Roughly how many computer process...,
Why should a full stack web devel...
3  cards
Node Process Agrv
What is the process object in a n...,
How do you access the process obj...,
What is the data type of processa...
4  cards
The Event Loop
What is the javascript event loop,
What is different between blockin...
2  cards
es6-promises
What are the three states a promi...,
How do you handle the fulfillment...,
How do you handle the rejection o...
3  cards
ES6 Destructuring
What is destructuring conceptually,
What is the syntax for object des...,
What is the syntax for array dest...
4  cards
Node Module System
What is a javascript module,
What is a javascript module,
In javascript how do you make a f...
4  cards
Node FS readfile
What is a directory,
What is a relative file path,
What is an absolute file path
5  cards
express-intro
What is express useful for,
How does express fit into a full ...,
How do you add express to your pa...
4  cards
Express Hello World
What is express middleware,
What is express middleware useful...,
How do you mount a middleware wit...
4  cards
Express Get Json
What is an api endpoint,
What is the appropriate content t...
2  cards
Postgres Intro
Why do we use databases in web de...,
What is postgresql and what are s...,
What are some advantages of learn...
5  cards
postgres-database
What is a database schema,
What is a table,
What is a row
4  cards
SQL select
What is sql and how is it differe...,
How do you retrieve specific colu...,
How do you filter rows based on s...
9  cards
SQL insert
How do you add a row to a sql table,
What is a tuple,
How do you add multiple rows to a...
4  cards
Sql join
What is a foreign key,
How do you join two sql tables,
How do you temporarily rename col...
3  cards
Sql Delete
How do you delete rows from a dat...,
How do you accidentally delete al...
2  cards
sql-aggregates
What are some examples of aggrega...,
What is the purpose of a group by...
2  cards
ES6 Classes
What are javascript classes,
When would you want to use a class,
How do you declare a class
6  cards
webpack-and-babel
What is webpack,
What is the advantage of using we...,
What is babel
4  cards
React Elements
What is react,
What is react,
How do you mount a react element ...
3  cards
React JSX
What is jsx,
How does react use jsx to render ...
2  cards
React Components
What is a react component,
How do you define a component in ...,
How do you define a component in ...
3  cards
react-props-and-expressions
What are props in react,
How do you use props in a component,
How do you pas props to a component
4  cards
react-events
How to you pass an event handler ...,
What is the naming convention for...,
What are some custom event handle...
4  cards
react-state
What are hooks in react,
What are the rules of hooks if ne...,
What is the purpose of state in r...
6  cards
React-form-controls
How do controlled components diff...,
What are some advantages of using...,
What are some advantages of using...
6  cards
React Rendering Lists
When would we want to create a li...,
Why is it important for react com...,
Where in the component code would...
6  cards
Fetch
What does fetch return,
What is the default request metho...,
How do you specify the request me...
4  cards
Fetch in React
How can useeffect be used to load...,
What browser function can be used...,
How do you use useeffect to load ...
5  cards
react Context
What is the purpose of react context,
What values can be stored in context,
How do you create context and mak...
5  cards
React Custom Hooks
What is a react custom hook,
When are custom hooks useful when...,
What is the syntax for writing a ...
5  cards
unit-tests-jest
What are unit tests,
Why is it important to write unit...,
What code should be tested with a...
4  cards
JavaScript Closure
In javascript when is scope deter...,
What allows javascript functions ...,
What values does a closure contain
6  cards

More about
Coding

  • Class purpose General learning

Learn faster with Brainscape on your web, iPhone, or Android device. Study Evan Hong's Coding flashcards now!

How studying works.

Brainscape's adaptive web mobile flashcards system will drill you on your weaknesses, using a pattern guaranteed to help you learn more in less time.

Add your own flashcards.

Either request "Edit" access from the author, or make a copy of the class to edit as your own. And you can always create a totally new class of your own too!

What's Brainscape anyway?

Brainscape is a digital flashcards platform where you can find, create, share, and study any subject on the planet.

We use an adaptive study algorithm that is proven to help you learn faster and remember longer....

Looking for something else?

Airline and Airport Codes
  • 25 decks
  • 620 flashcards
  • 156 learners
Decks: Airlines Testing Codes, Airports Uk Testing Codes, Airlines Testing Names, And more!
Coding Interviews (Python)
  • 29 decks
  • 268 flashcards
  • 444 learners
Decks: Array Strategies, Dynamic Programming Strategies, Linked List Strategies, And more!
Make Flashcards