Please enable JavaScript.
Coggle requires JavaScript to display documents.
review - Coggle Diagram
review
JS
operators
% - modulo
logic operators
assignment
math
typeof
data structures
arrays
objects
lists
hash maps
sets
function
higher order function
pure function
no side effects
callback hell
Promise
Promise.all
Promise.race
callback function
data types
complex / object / referential
pass by reference
simple / primitive
pass by value
coertion
modules
AMD
commonjs
ES modules
animation
requestAnimationFrame
setTimeout
setInterval
libraries
jQuery
React
loops
for loop
Array
Array.prototype.*
map
filter
reduce
every
forEach
some
asynchronous code execution
event loop
Scrum
roles
Scrum Master
Product Owner
Developers
events
planning
estimation
planning poker
sprint plan
building sprint backlog
sprint
daily scrum / daily standup
retrospective
sprint review
processes
grooming / backlog refinement
artefacts
product backlog
sprint backlog
Agile
Firebase
Firestore
database access rules
Storage
Authentication
Functions
CRUD
create
read
update
delete
Algorithms
bubble sort
quick sort
bucket sort
fibonacci
CSS
RWD
media queries
breakpoints
layout
position
absolute
relative
fixed
static
sticky
grid
flexbox
cascade
inheritance
HTML
html tag
form elements
input
API
Browser API
fetch
DOM API
addEventListener
document.querySelector itp
Storage API
sessionStorage
localStorage
REST
Git
remotes
local
tools
project management
Jira
Github Issues
Trello
dev tools
IDE
VSCode
data formats
JSON
protocols
HTTP
GET
POST
PUT
DELETE
PATCH
HEAD
OPTIONS
Cross Orign Resource Sharing
NodeJS