Tip 1: Dedicate regular time slots each day or week to practice your chosen skill. Consistency builds momentum and helps solidify learning.
Tip 2: Actively seek feedback from peers and mentors. Constructive criticism can provide insights and highlight areas for improvement that you may not have considered on your own.
Tip 1: Have at least two relevant projects on your resume.
Tip 2: Don't include skills like singing or gaming on your resume.
I was tasked with creating a custom video player using only vanilla JavaScript, without any libraries or frameworks. The player needed to include several functionalities: play/pause, replay, a progress bar to show the video's current time and allow seeking, a video speed controller to adjust playback speed, and mute/unmute capabilities. The assignment required implementing all these features manually, ensuring a thorough understanding of JavaScript and DOM manipulation. The end goal was to build a fully functional and user-friendly video player from scratch.
Describe your round 1 assessment project, detailing its functionality, features, and code structures.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?