No video

Angular Interview Questions and Answers - Dominate Your Next Interview

  Рет қаралды 25,713

Monsterlessons Academy

Monsterlessons Academy

Күн бұрын

Пікірлер: 55
@antwanwimberly1729
@antwanwimberly1729 7 ай бұрын
Much thanks for this video. It was very, very helpful. I will surely subscribe to your channel and watch more of your learning videos.
@MonsterlessonsAcademy
@MonsterlessonsAcademy 7 ай бұрын
Welcome aboard!
@alan614
@alan614 Жыл бұрын
This was great! Got interviews coming up and this helped a lot.
@MonsterlessonsAcademy
@MonsterlessonsAcademy Жыл бұрын
Glad to hear that!
@alan614
@alan614 11 ай бұрын
It was very useful and I did get a job :-)
@Leonidn1972
@Leonidn1972 3 ай бұрын
Thenks a lot.Usefull content
@MonsterlessonsAcademy
@MonsterlessonsAcademy 3 ай бұрын
Glad you liked it
@austinZen8800
@austinZen8800 Жыл бұрын
Thanks!
@MonsterlessonsAcademy
@MonsterlessonsAcademy Жыл бұрын
Thank you so much for your support! It means a lot to me.
@Asaloy
@Asaloy Жыл бұрын
This is not about Angular at all, it's just about typescript...
@MonsterlessonsAcademy
@MonsterlessonsAcademy Жыл бұрын
It is a first section of the course and not the whole course.
@Asaloy
@Asaloy Жыл бұрын
@@MonsterlessonsAcademy I don't see it grouped in a series? And the title is misleading?
@MonsterlessonsAcademy
@MonsterlessonsAcademy Жыл бұрын
@@Asaloy At the beginning I'm talking that this is a part of the paid course. The link is in the description. monsterlessons-academy.com/courses/angular-interview-questions-coding-interview-2023
@habibhadi
@habibhadi Жыл бұрын
now you can simply add quesiton mark to fix the getItem fn error ``` const getItem = (item: number | undefined) => { return item?.toString(); }; ```
@sagarkumarjena3478
@sagarkumarjena3478 Жыл бұрын
Apart from a good tutorial, Your videos are also very relacsing .. A big Thanks in order, BTB which Editor and Font u r using, looks very soothing
@MonsterlessonsAcademy
@MonsterlessonsAcademy Жыл бұрын
Thank you! It's monaco font and Vim. kzfaq.info/get/bejne/j9h8nNiYqc6npZ8.html
@Hitman10055
@Hitman10055 Жыл бұрын
Your Video is always helpful for me Thanks 🙏
@MonsterlessonsAcademy
@MonsterlessonsAcademy Жыл бұрын
Glad to hear that!
@ankushkumar-rw6in
@ankushkumar-rw6in Жыл бұрын
Amazing video ❤
@MonsterlessonsAcademy
@MonsterlessonsAcademy Жыл бұрын
Thank you!
@fatmanureraslan3401
@fatmanureraslan3401 9 ай бұрын
Thank you. It's great video :)
@MonsterlessonsAcademy
@MonsterlessonsAcademy 9 ай бұрын
Glad you liked it!
@cavidanbagiri7837
@cavidanbagiri7837 Жыл бұрын
You are the best teacher. Please create a video about postgres from 0 to advanced
@MonsterlessonsAcademy
@MonsterlessonsAcademy Жыл бұрын
Thank you for the idea!
@The14Some1
@The14Some1 10 ай бұрын
13:30 oh no, this is not quite right either, because you wouldn't be able to convert number 0 to string in this scenario.
@MonsterlessonsAcademy
@MonsterlessonsAcademy 10 ай бұрын
You are totally right. We must check for undefined
@qualifiedCaptain
@qualifiedCaptain Жыл бұрын
Angular interview questions, proceeds to talk for 45 minutes about typescript basics
@MonsterlessonsAcademy
@MonsterlessonsAcademy Жыл бұрын
This is the first section of the full course. As Angular uses heavily Typescript and RxJS you can't know Angular on a good level without these 2 things
@user-xl6wh3fi8x
@user-xl6wh3fi8x Жыл бұрын
Greate! Thank You!
@MonsterlessonsAcademy
@MonsterlessonsAcademy Жыл бұрын
Glad you liked it!
@Szergej33
@Szergej33 Жыл бұрын
If an interviewer asks me why TypeScript enams are so good im outta there. Also you are giving bad advice with the 'as' keyword for explicit type assertion. If you do this in an interview all it tells them is you don't understand how TypeScript works. Instead using type narrowing or type guards, which actually make the code typesafe, not just telling the typescript checker that "i know better what type this is 4head". Coincidentally, just use a damn union type of string literals instead of enums. You get all the benefits, and it still is a string. And you can use type narrowing.
@MonsterlessonsAcademy
@MonsterlessonsAcademy Жыл бұрын
There are cases where type guards won't help you like as HTMLInputElement for example. String union is just a type there is no value inside. Enum has both.
@johnballbrick1631
@johnballbrick1631 Жыл бұрын
Bait title, wasted 50 minutes on TS basics.
@MonsterlessonsAcademy
@MonsterlessonsAcademy Жыл бұрын
This is a first section of my full course Angular interview questions.
@sfspmusic
@sfspmusic 5 ай бұрын
What time does it take to finish the whole course? How many hours are there?
@MonsterlessonsAcademy
@MonsterlessonsAcademy 5 ай бұрын
5:49 hours.
@omarelrafhi9595
@omarelrafhi9595 Ай бұрын
is this an Angular Interview or TypeScript interview ?
@MonsterlessonsAcademy
@MonsterlessonsAcademy Ай бұрын
Typescript and RxJS are two core components of Angular framework. Without knowing them it is difficult to pass Angular interview or write quality Angular code
@kaflan-kun
@kaflan-kun 9 ай бұрын
Could you please how you set-up your vim =) like course?
@MonsterlessonsAcademy
@MonsterlessonsAcademy 9 ай бұрын
I can but as my Vim videos are not highly popular I don't want to spend time on making the whole course which won't be popular.
@user-lp1yx6ly6z
@user-lp1yx6ly6z 9 ай бұрын
hi, please tell me what kind of font you are using in the editor
@MonsterlessonsAcademy
@MonsterlessonsAcademy 9 ай бұрын
It's monaco
@sirdragoon4625
@sirdragoon4625 Жыл бұрын
Please bring this for React.Js also.
@MonsterlessonsAcademy
@MonsterlessonsAcademy Жыл бұрын
Will do that!
@diego_sabbagh
@diego_sabbagh 2 ай бұрын
sorry dude, this video is PRETTY BAD. too many things are off. 1) typescript is not angular. there was not a single question about angular. naming the video "angular interview questions" just to get some clicks is LAME 2) i'm pretty sure that one is not the elvis operator. in other programming languages Elvis has indeed both of his eyes ( ?: ) and the operator is for something else 3) enums are NOT good. typescript itself discourages the use of enum. Matt Pocock made the point very clear a while ago. also a quick google search can give you an idea
@MonsterlessonsAcademy
@MonsterlessonsAcademy 2 ай бұрын
1. It''s a first section of the course which I say at the beginning. 2. You are wrong and you could google it before writing your comment. 3. I don't care what one developer said. Lots of projects use them with success.
@diego_sabbagh
@diego_sabbagh 2 ай бұрын
@@MonsterlessonsAcademy you answers are even lamer lol 1) still wrong title. click bait. it's so easy to set a proper title that it's obvious you set it wrong on purpose 2) yes, quick search. exactly as i suggested you on point 3: first result on google is the wikipedia page, exposing again your mistake. you could have checked yourself but i guess we know already your approach: en.wikipedia.org/wiki/Elvis_operator 3) a lot of projects work fine with bad practices too. this doesnt mean they suddenly become best practices. not caring of what community and official doc say it's something that tells a lot of you. i guess you'll reply with even lamer answers (if possible), so i probably stop here. generally speaking, i appreciate the effort that people like you put on the sharing/teaching work. nonetheless, you should take bad feedbacks as opportunities to improve instead of trying (and failing) to justify yourself. i'll let you have the final word on that. have a nice day and good luck with your channel bye
@user-lu3ew4dk6j
@user-lu3ew4dk6j 6 ай бұрын
lol, 13:55 is not best possible solution, actially it is not a solution, because your function return wrong result if you pass 0
@MonsterlessonsAcademy
@MonsterlessonsAcademy 6 ай бұрын
You are totally correct!
@NonameDiablo
@NonameDiablo 8 ай бұрын
This course is not about angular)))
@MonsterlessonsAcademy
@MonsterlessonsAcademy 8 ай бұрын
The first 2 sections are about Typescript and RxJS. From my perspective you can't use Angular on a good level if you don't know them.
@wassimmohsni3207
@wassimmohsni3207 4 ай бұрын
A bait for the paid course lol
@MonsterlessonsAcademy
@MonsterlessonsAcademy 4 ай бұрын
You get 45 mins of content to understand if you like an instructor and content. I mention at the very beginning that this video is a part of the full course.
@Leonidn1972
@Leonidn1972 3 ай бұрын
Thanks!
@MonsterlessonsAcademy
@MonsterlessonsAcademy 3 ай бұрын
Thank you so much for your support. It means a lot to me!
Typescript Interview Questions and Answers - Dominate Your Next Interview
53:34
Monsterlessons Academy
Рет қаралды 10 М.
Мы сделали гигантские сухарики!  #большаяеда
00:44
娜美这是在浪费食物 #路飞#海贼王
00:20
路飞与唐舞桐
Рет қаралды 6 МЛН
Please Help Barry Choose His Real Son
00:23
Garri Creative
Рет қаралды 23 МЛН
Senior Angular Developer Interview (theory)
41:57
WeCoded
Рет қаралды 17 М.
Javascript Interview Questions and Answers - Dominate Your Next Interview
1:02:33
Monsterlessons Academy
Рет қаралды 70 М.
Change Detection in Angular - You Project Is 20x Slower!
15:16
Monsterlessons Academy
Рет қаралды 70 М.
Learn Angular Signals - The Future of State Management
10:02
Monsterlessons Academy
Рет қаралды 22 М.
TOP 5 Angular Interview Questions and Answers (for experienced, 2020)
21:50
Мы сделали гигантские сухарики!  #большаяеда
00:44