VariablesJavascript data types; undefined, null, boolean, string, symbol, number, object
When JavaScript variables are declared, they have an initial
...
Concepts
Publish/Subscribe
Device 1 publishes a topic
Device 2 is subscribed to the same topic in which device 1 is publishing in
Device 2 receives t
...
IntroBacktracking is usually used when you have multiple solutions and you need all the solutions. if we want a best solution(optimal) that would be D
...
Divide and ConquerBreak a problem into roughly equal sized subproblems, solve seperately, and combine results.
Video: https://www.youtube.com/watch?v=
...
Redux work flowInstall npm install --save redux
Redux is like a central store which stores entire application state.
Reducer:Is a function, accepts t
...
DebugHigher Order Components Wrap other components and throws errors when inner components has error.
1234567891011121314151617181920212223// ErrorBou
...