Number(190).toString(2);

What I did yesterday?
Practice problems, SASS for portfolio page, work

What I’m doing today?
Practice problems, SASS for portfolio page, work

What is blocking me?

https://edabit.com/challenge/M7PGwcinRM9ntmqPS
https://edabit.com/challenge/wNhCHwPXNLJwrTith

What are the advantages of React?
Below are the list of main advantages of React,

Increases the application’s performance with Virtual DOM.
JSX makes code easy to read and write.
It renders both on client and server side (SSR).
Easy to integrate with frameworks (Angular, Backbone) since it is only a view library.
Easy to write unit and integration tests with tools such as Jest.