- We can hide an HTML element by using
hiddenattribute. - Learned more about radio buttons & how to use them in JavaScript
- How to take camera permission & show video on screen
- Used
canvasbefore but this got to how to draw image & put it back to it. canvas.toDataURL('image/jpeg')taking data from canvas & store to variable.- Learned how to create Element in JavaScript like a tag.
- Get to know about
canplayevent that started when some audio or video starts to play.
- Used rem units not px for making site responsive
- Get intuition of how to use flex like here I used flex to align canvas element to center.