Code for Interview
2.61K subscribers
138 photos
4 videos
15 files
379 links
Download Telegram
In the past 15 days, I've been asked this question three times during three different interviews. If you're gearing up for a React frontend interview or prepping for one, be sure to have this question on your radar. It may seem straightforward, but it can be deceptively tricky.
https://youtu.be/iEznEzIfUb0?feature=shared
👍5
Please find below the playlist of all the videos on the channel

Java Projects https://youtube.com/playlist?list=PL_6klLfS1WqE1-_MJgZiJqAaccjLGHh0H&feature=shared

React Projects https://youtube.com/playlist?list=PL_6klLfS1WqHM02usd5VBnc0yempce2pt&feature=shared

MERN Stack Projects https://youtube.com/playlist?list=PL_6klLfS1WqEb6YL--KRviPGYAfx7AODH&feature=shared

JavaScript Projects https://youtube.com/playlist?list=PL_6klLfS1WqHeBjBpJba1jl04UegweWsc&feature=shared

Next.js Projects https://youtube.com/playlist?list=PL_6klLfS1WqGskn7Mp9HYD-xrE30pmf9r&feature=shared

Full Stack Projects using Java Spring Boot and Hibernate https://youtube.com/playlist?list=PL_6klLfS1WqFi9710tOEs_b3Mco-_TecR&feature=shared

Leetcode Questions using Java
https://youtube.com/playlist?list=PL_6klLfS1WqF1n0GbPCqk0rPDFAu1dzXC&feature=shared

Unit Testing in React
https://youtube.com/playlist?list=PL_6klLfS1WqHxF1mhHB3pEoewuxs2czMH&feature=shared

Projects using AWS Cloud
https://youtube.com/playlist?list=PL_6klLfS1WqEXAGvmK18WI7S_VTf8V23B&feature=shared

React Projects with Typescript
https://youtube.com/playlist?list=PL_6klLfS1WqFdWJ_YAXpTBw5Xxgiqv8Dt&feature=shared

Advanced JavaScript tutorial series
https://youtube.com/playlist?list=PL_6klLfS1WqFSigvBa_PoS9NunY_b8N_P&feature=shared

Advanced Node.js tutorial series
https://youtube.com/playlist?list=PL_6klLfS1WqHJ9c4KBJNw3qKV0zYilwIk&feature=shared

React Interview Machine Coding Questions
https://youtube.com/playlist?list=PL_6klLfS1WqGQOCvDnAIswEye6CX9OcTd&feature=shared

System Design for Interviews
https://youtube.com/playlist?list=PL_6klLfS1WqGB8Ta7xH1SDc9V7v_1aq5g&feature=shared
3👍1🥰1
React Interview Questions.pdf
8.2 MB
Found this doc online, worth having a look
react-optimization.pdf
680 KB
Preparing for an interview in React? Checkout Optimization related questions. Go through this pdf, found this on linkedin
👍1
JavaScript Array Based Coding Question asked in a frontend Interview

Remove duplicates from the Array
[1,2,3,1,2,4,4,5,6,7,8,9]
JavaScript Question asked in a frontend Interview

Write the code for Infinite Function Currying in JavaScript

multiply(2)(2,3,4,5)(4)(6)(8)()
JavaScript Question asked in a frontend Interview

Write the code for Infinite Function Currying in JavaScript

multiply(2)(2)(4)(6)(8)()
What are Semantic Tags in HTML?
What is the difference between flex and inline-flex in CSS?