L1: css positions, props, virtual dom, functional components, class components, difference between them, Hoisting, promises, promises.all, es6 functions, props drilling, context api, redux, difference between class and functional, callback, diff let, var and const, css properties, git stash, cherrypick, reducers, setState, hooks, spread operator, rest operator, diff between both, react optimization, error boundaries, closures
L2:
Q1. Implement progressbar which keeps incrementing after every 10s to 10px till it reaches browser width.
Q2. Write a function to print n prime number eg. n=5 print 5 prime numbers eg: 2,3,5,7,9 etc.
Q3: Write a program to shuffle string 'sadads' in all possible patterns and find the palidrome in it.