Skip to content

cmulliss/web_dev_react_bootcamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Revision Notes

  • for loop for incremnenting or decrementing

  • can included conditionals

  • truthy and falsy within conditions

  • false == 0, true

  • false === 0, false

  • undefined, this is when you declare a variable but don't assign it to anything

  • foo.a will give undefined

  • whereas:

  • foo.a = "hello"

  • will give "hello"

  • undefined acts as falsy

  • fns can have parameters, see index.js

  • fns can be passed around like values

Semantic ui

  • gives a margin, cleans up font and centres.

  • Primary
  • Secondary
  • Animated

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published