How To Prepare For Front-End Coding Interviews

How To Prepare For Front-End Coding Interviews

Conner Ardman

1 год назад

32,321 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@raven1552
@raven1552 - 20.10.2023 10:35

No that's not true. If u apply for react then will be react exercise to do. ... No js

Ответить
@aadarshb.k.6883
@aadarshb.k.6883 - 12.09.2023 06:29

Do they really exist?👍️

Ответить
@codesandtags
@codesandtags - 15.08.2023 16:39

That's right Conner. Honestly the Frontend ecosystem is sometimes overwhelmed because of all those topics that cover, and it's not about memorize everything (that's impossible), but having the fundamentals is what makes the difference in those interviews. Thanks for covering these topics, right now I'm preparing for an interview in one big tech company. 💪🏼

Ответить
@xxexexex
@xxexexex - 17.02.2023 09:43

thank you for this vid and your site 🙏

Ответить
@alexdorosin6168
@alexdorosin6168 - 03.10.2022 14:30

Hello, Conner! First of all, thank you for sharing your thoughts! You are a true inspiration for me!
I was curious what books are there behind you on the shells? Maybe this could be a topic for the next video of yours.
Keep up the good work!

Ответить
@gling
@gling - 02.10.2022 18:51

Thanks for sharing! Do you edit your own videos? They're very well made.

Ответить
@AlwaysBeTactful
@AlwaysBeTactful - 01.10.2022 10:03

write code to display even number s from 20 to zero using the Do-While loop Javascript

This is my code its not correct, I need some help please

<script type="text/javascript">
var i = 0;
var n = Number(window.prompt("Enter any number : "));
do{
i--;
document.write("Number is = " + i + "<br>");
}while(i<=n){
(i%2 == 0)
};
</script>

just practice

Ответить
@satheeshm538
@satheeshm538 - 29.09.2022 19:07

Great information bro...Again in every interview JS plays the major role. Especially in front end interview DOM manipulation will be the key as you said. And some companies asks bootstrap also it depends upon their requirements. Once again a good video from conner. Thanks buddy..👌👌

Ответить
@maslow8131
@maslow8131 - 25.09.2022 09:52

bros looking at his cheat sheet on the left periodically

Ответить
@TheReaper215
@TheReaper215 - 24.09.2022 01:06

Great video thanks alot! Would you recommend studying Data structures and Algorithms? Cause they by far would be the most time consuming part of any developer's study plan for interviews

Ответить
@clem
@clem - 24.09.2022 00:06

How To Study For Frontend Coding Interviews: consume every bit of Conner Ardman's content. 🤝

Ответить
@vinodvankar725
@vinodvankar725 - 23.09.2022 22:13

How do you know if you are ready to change your current company?

Ответить
@craiggazimbi
@craiggazimbi - 23.09.2022 20:10

Thanks man , as always

Ответить
@robertd6832
@robertd6832 - 23.09.2022 19:29

The legend strikes again!!!!! Keep them coming !

Ответить
@AbdurrahmanASUR
@AbdurrahmanASUR - 23.09.2022 18:52

I have deep knowledge of reactjs, but I'm scared to go to an interview, because my english is not good

Ответить
@tkdevlop
@tkdevlop - 23.09.2022 18:51

HTML developer need 5 years experience

Ответить
@miltonafonso6686
@miltonafonso6686 - 23.09.2022 16:50

Can you make a video of how can someone know when they are ready to apply for jobs in tech?

Ответить
@SaiKiranPatro
@SaiKiranPatro - 23.09.2022 16:40

Great information !

Ответить