- 111
- 107 886
Frontend Insights
India
Приєднався 24 гру 2022
The main purpose of this channel is to provide best answers to your interview questions ( mostly scenario based ), Here we provide Frontend technologies interview question and answers.
ua-cam.com/channels/bckniaFf2vMl5xMGiYzECw.html
ua-cam.com/channels/bckniaFf2vMl5xMGiYzECw.html
8 Exciting New JavaScript Concepts You Need to Know | Boost Your JS Skills #modernjavascript #js
8 Modern JavaScript Features You MUST Know | Boost Your JS Skills #modernjavascript #js
Join this channel to get access to perks:
ua-cam.com/channels/bckniaFf2vMl5xMGiYzECw.htmljoin
In this video, we cover 8 amazing modern JavaScript features that every developer should know. These tools will help you write cleaner, more efficient, and powerful code.
What we cover:
00:00 - Optional Chaining
06:50 - Nullish Coalescing
09:45 - BigInt
12:06 - globalThis
13:45 - matchAll()
16:28 - Promise.allSettled
19:55 - String.prototype.at()
21:47 - Error Cause
Learn how these features can simplify your code and make development faster! Whether you’re a beginner or an experienced developer, these concepts are essential for modern JavaScript.
Most asked javascript coding interview question
1. Program to find longest word in a given sentence ? - ua-cam.com/video/liP_uWXE1C0/v-deo.html
2. How to check whether a string is palindrome or not ? - ua-cam.com/video/ZIiMBCV_Y2U/v-deo.html
3. Write a program to remove duplicates from an array ? - ua-cam.com/video/0UaehNpXXEU/v-deo.html
4. Program to find Reverse of a string without using built-in method ? - ua-cam.com/video/kXQKpfub2t4/v-deo.html
5. Find the max count of consecutive 1’s in an array ? - ua-cam.com/video/2tMd4q3358k/v-deo.html
6. Find the factorial of given number ? - ua-cam.com/video/1BNCUfuXrU4/v-deo.html
7. Given 2 arrays that are sorted [0,3,4,31] and [4,6,30]. Merge them and sort [0,3,4,4,6,30,31] ? - ua-cam.com/video/w-xMQahbwh0/v-deo.html
8. Create a function which will accepts two arrays arr1 and arr2. The function should return true if every value in arr1 has its corresponding value squared in array2. The frequency of values must be same. - ua-cam.com/video/4yynKZGId-M/v-deo.html
9. Given two strings. Find if one string can be formed by rearranging the letters of other string. - ua-cam.com/video/_lQTXuXpWSc/v-deo.html
10. Write logic to get unique objects from below array ?
I/P: [{name: "sai"},{name:"Nang"},{name: "sai"},{name:"Nang"},{name: "111111"}];
O/P: [{name: "sai"},{name:"Nang"}{name: "111111"} - ua-cam.com/video/wvBOK723nls/v-deo.html
11. Write a JavaScript program to find the maximum number in an array. - ua-cam.com/video/Zuky5lV_J1Q/v-deo.html
12. Write a JavaScript function that takes an array of numbers and returns a new array with only the even numbers. - ua-cam.com/video/t_TM0TJwkio/v-deo.html
13. Write a JavaScript function to check if a given number is prime. - ua-cam.com/video/SLd7DGa_128/v-deo.html
14. Write a JavaScript program to find the largest element in a nested array.
[[3, 4, 58], [709, 8, 9, [10, 11]], [111, 2]] - ua-cam.com/video/F6_CLhylKV8/v-deo.html
15. Write a JavaScript function that returns the Fibonacci sequence up to a given number of terms. - ua-cam.com/video/aSp0Agyo-Q4/v-deo.html
16. Given a string, write a javascript function to count the occurrences of each character in the string. - ua-cam.com/video/hlLBxz23EKU/v-deo.html
17. Write a javascript function that sorts an array of numbers in ascending order. - ua-cam.com/video/EyHqLJo_Fr4/v-deo.html
18. Write a javascript function that sorts an array of numbers in descending order. - ua-cam.com/video/_IuOAqbYjEI/v-deo.html
19. Write a javascript function that reverses the order of words in a sentence without using the built-in reverse() method. - ua-cam.com/video/k7GqvbLsRQE/v-deo.html
20. Implement a javascript function that flattens a nested array into a single-dimensional array.- ua-cam.com/video/D_nBUhmPek4/v-deo.html
21. Write a function which converts string input into an object - ua-cam.com/video/P9OGWMl-NlQ/v-deo.html
("a.b.c", "someValue");
{a: {b: {c: "someValue"}}}
Your Queries:
basics of modern javascript
basics of modern javascript pdf
the modern js book pdf
the modern js tutorial
the basics of js
Why should you learn modern JavaScript?
What is the main course in JavaScript?
Why is JavaScript so popular?
Is JavaScript a class based language?
How to manipulate Dom dynamically in JavaScript?
What are the 8 types of JavaScript?
What are the different concepts of JavaScript?
What is modern JavaScript?
What is the concept of this in JavaScript?
8 modern javascript concepts with examples
8 modern javascript concepts pdf
8 modern javascript concepts github
JavaScript important concepts with examples
7 JavaScript concepts
JavaScript concepts for beginners
JavaScript basic concepts PDF
JavaScript all topics list pdf
#JavaScript #ModernJavaScript #WebDevelopment #ES2020 #ES2021 #CodingTutorial #JavaScriptFeatures #LearnJavaScript #CodingTips #WebDev
Join this channel to get access to perks:
ua-cam.com/channels/bckniaFf2vMl5xMGiYzECw.htmljoin
In this video, we cover 8 amazing modern JavaScript features that every developer should know. These tools will help you write cleaner, more efficient, and powerful code.
What we cover:
00:00 - Optional Chaining
06:50 - Nullish Coalescing
09:45 - BigInt
12:06 - globalThis
13:45 - matchAll()
16:28 - Promise.allSettled
19:55 - String.prototype.at()
21:47 - Error Cause
Learn how these features can simplify your code and make development faster! Whether you’re a beginner or an experienced developer, these concepts are essential for modern JavaScript.
Most asked javascript coding interview question
1. Program to find longest word in a given sentence ? - ua-cam.com/video/liP_uWXE1C0/v-deo.html
2. How to check whether a string is palindrome or not ? - ua-cam.com/video/ZIiMBCV_Y2U/v-deo.html
3. Write a program to remove duplicates from an array ? - ua-cam.com/video/0UaehNpXXEU/v-deo.html
4. Program to find Reverse of a string without using built-in method ? - ua-cam.com/video/kXQKpfub2t4/v-deo.html
5. Find the max count of consecutive 1’s in an array ? - ua-cam.com/video/2tMd4q3358k/v-deo.html
6. Find the factorial of given number ? - ua-cam.com/video/1BNCUfuXrU4/v-deo.html
7. Given 2 arrays that are sorted [0,3,4,31] and [4,6,30]. Merge them and sort [0,3,4,4,6,30,31] ? - ua-cam.com/video/w-xMQahbwh0/v-deo.html
8. Create a function which will accepts two arrays arr1 and arr2. The function should return true if every value in arr1 has its corresponding value squared in array2. The frequency of values must be same. - ua-cam.com/video/4yynKZGId-M/v-deo.html
9. Given two strings. Find if one string can be formed by rearranging the letters of other string. - ua-cam.com/video/_lQTXuXpWSc/v-deo.html
10. Write logic to get unique objects from below array ?
I/P: [{name: "sai"},{name:"Nang"},{name: "sai"},{name:"Nang"},{name: "111111"}];
O/P: [{name: "sai"},{name:"Nang"}{name: "111111"} - ua-cam.com/video/wvBOK723nls/v-deo.html
11. Write a JavaScript program to find the maximum number in an array. - ua-cam.com/video/Zuky5lV_J1Q/v-deo.html
12. Write a JavaScript function that takes an array of numbers and returns a new array with only the even numbers. - ua-cam.com/video/t_TM0TJwkio/v-deo.html
13. Write a JavaScript function to check if a given number is prime. - ua-cam.com/video/SLd7DGa_128/v-deo.html
14. Write a JavaScript program to find the largest element in a nested array.
[[3, 4, 58], [709, 8, 9, [10, 11]], [111, 2]] - ua-cam.com/video/F6_CLhylKV8/v-deo.html
15. Write a JavaScript function that returns the Fibonacci sequence up to a given number of terms. - ua-cam.com/video/aSp0Agyo-Q4/v-deo.html
16. Given a string, write a javascript function to count the occurrences of each character in the string. - ua-cam.com/video/hlLBxz23EKU/v-deo.html
17. Write a javascript function that sorts an array of numbers in ascending order. - ua-cam.com/video/EyHqLJo_Fr4/v-deo.html
18. Write a javascript function that sorts an array of numbers in descending order. - ua-cam.com/video/_IuOAqbYjEI/v-deo.html
19. Write a javascript function that reverses the order of words in a sentence without using the built-in reverse() method. - ua-cam.com/video/k7GqvbLsRQE/v-deo.html
20. Implement a javascript function that flattens a nested array into a single-dimensional array.- ua-cam.com/video/D_nBUhmPek4/v-deo.html
21. Write a function which converts string input into an object - ua-cam.com/video/P9OGWMl-NlQ/v-deo.html
("a.b.c", "someValue");
{a: {b: {c: "someValue"}}}
Your Queries:
basics of modern javascript
basics of modern javascript pdf
the modern js book pdf
the modern js tutorial
the basics of js
Why should you learn modern JavaScript?
What is the main course in JavaScript?
Why is JavaScript so popular?
Is JavaScript a class based language?
How to manipulate Dom dynamically in JavaScript?
What are the 8 types of JavaScript?
What are the different concepts of JavaScript?
What is modern JavaScript?
What is the concept of this in JavaScript?
8 modern javascript concepts with examples
8 modern javascript concepts pdf
8 modern javascript concepts github
JavaScript important concepts with examples
7 JavaScript concepts
JavaScript concepts for beginners
JavaScript basic concepts PDF
JavaScript all topics list pdf
#JavaScript #ModernJavaScript #WebDevelopment #ES2020 #ES2021 #CodingTutorial #JavaScriptFeatures #LearnJavaScript #CodingTips #WebDev
Переглядів: 44
Відео
Most asked top 20 javascript coding interview question | Frontend Insights #javascriptinterview
Переглядів 25014 днів тому
Most asked top 20 javascript coding interview question | Frontend Insights #javascriptinterview Join this channel to get access to perks: ua-cam.com/channels/bckniaFf2vMl5xMGiYzECw.htmljoin Prepare for your next coding interview with these Top 20 Most Asked JavaScript Interview Questions! From beginner to advanced, we've got you covered with concise explanations, coding examples, and key insigh...
Convert String to Nested Object in JavaScript - Mind-Blowing Trick You Didn't Know! 🚀
Переглядів 5314 днів тому
Convert String to Nested Object in JavaScript - Mind-Blowing Trick You Didn't Know! 🚀 Learn how to convert a string like 'a.b.c' into a nested object { a: { b: { c: 'value' } } } with this step-by-step JavaScript tutorial! We'll explore two powerful methods-one detailed and another super-simplified. Master this essential coding skill today! Perfect for beginners and experts alike. 🔥 Join this c...
🔥 JavaScript Hack: Flatten Nested Arrays with 2 Simple Methods! 🚀 | Javascript coding interview
Переглядів 5814 днів тому
🔥 JavaScript Hack: Flatten Nested Arrays with 2 Simple Methods! 🚀 | Javascript coding interview Learn how to flatten a deeply nested array in JavaScript using two powerful techniques: Recursion and the flat() method. Whether you need flexibility or simplicity, this step-by-step guide with examples and explanations will make you a pro at handling nested arrays. Perfect for beginners and experien...
JavaScript: Reverse Words in a Sentence Without Using reverse() | Javascript coding interview #js
Переглядів 8214 днів тому
JavaScript: Reverse Words in a Sentence Without Using reverse() | Javascript coding interview #js Learn how to reverse the order of words in a sentence without using JavaScript's built-in reverse() method! This step-by-step tutorial explains the logic clearly in simple terms. Perfect for beginners looking to strengthen their problem-solving skills and understand array manipulation in JavaScript...
sort array of number in descending order in javascript | javascript coding interview question #jscod
Переглядів 4221 день тому
sort array of number in descending order in javascript | javascript coding interview question #jscoding Learn how to sort an array of numbers in descending order using JavaScript! This tutorial explains the concept step by step in simple terms, making it easy for beginners to understand. We’ll use the sort() method with a custom comparison function to achieve the result. Perfect for enhancing y...
JavaScript Tutorial: Sort an Array of Numbers in Ascending Order | Javascript coding interview #js
Переглядів 10521 день тому
JavaScript Tutorial: Sort an Array of Numbers in Ascending Order | Javascript coding interview #js Master the basics of sorting arrays in JavaScript! In this tutorial, we’ll write a function to sort an array of numbers in ascending order using the sort() method. Step-by-step explanations and real-world examples make it simple to understand, even for beginners. Perfect for coding practice and in...
JavaScript: Count Character Occurrences in a String | character count in string | Frontend Insights
Переглядів 9821 день тому
JavaScript: Count Character Occurrences in a String | character count in string Learn how to count the occurrences of each character in a string using JavaScript! This beginner-friendly tutorial walks you through the logic step-by-step, with clear explanations and code demonstrations. Perfect for JavaScript learners and coding interview preparation. Watch now to enhance your coding skills! Join...
JavaScript: Generate Fibonacci Sequence Easily | fibonacci series in javascript | Frontend Insights
Переглядів 8228 днів тому
JavaScript: Generate Fibonacci Sequence Easily | fibonacci series in javascript | Frontend Insights Learn how to create a Fibonacci sequence generator in JavaScript! This step-by-step tutorial explains the logic behind the Fibonacci sequence in a simple and beginner-friendly way. Perfect for coding practice and interview preparation. Watch now to improve your JavaScript skills! Join this channe...
JavaScript: Find the Largest Number in a Nested Array with Recursion | javascript coding interview
Переглядів 93Місяць тому
JavaScript: Find the Largest Number in a Nested Array with Recursion | javascript coding interview Join this channel to get access to perks: ua-cam.com/channels/bckniaFf2vMl5xMGiYzECw.htmljoin Learn how to find the largest number in a nested array using JavaScript! In this step-by-step tutorial, we’ll explore a powerful recursive approach to handle arrays of any depth. Perfect for beginners and...
Find prime number javascript: Iterative and Recursive Methods | javascript coding interview question
Переглядів 77Місяць тому
Find prime number javascript - Iterative and Recursive Methods | javascript coding interview question Learn how to check if a number is prime in JavaScript using two powerful methods: an iterative for loop and a recursive function. This step-by-step tutorial is perfect for beginners and intermediate developers. Understand the logic behind identifying prime numbers with detailed explanations and...
JavaScript: Filter Even Numbers from an Array (2 Easy Ways!) | javascript coding interview question
Переглядів 83Місяць тому
JavaScript: Filter Even Numbers from an Array (2 Easy Ways!) | javascript coding interview question Join this channel to get access to perks: ua-cam.com/channels/bckniaFf2vMl5xMGiYzECw.htmljoin In this tutorial, we’ll learn how to filter even numbers from an array in JavaScript using two different methods. First, we’ll walk through a simple for loop approach, perfect for beginners, and then exp...
Find the Maximum Number in an Array in JavaScript | Javascript coding interview question #jscoding
Переглядів 50Місяць тому
Find the Maximum Number in an Array in JavaScript | Javascript coding interview question #jscoding Join this channel to get access to perks: ua-cam.com/channels/bckniaFf2vMl5xMGiYzECw.htmljoin In this video, we’ll learn how to find the maximum number in an array using JavaScript. This is a basic yet essential coding skill that is helpful for both coding interviews and everyday programming. We’l...
Remove Duplicate Objects from an Array in JavaScript | javascript coding interview | FrontendInsight
Переглядів 85Місяць тому
Remove Duplicate Objects from an Array in JavaScript | javascript coding interview | FrontendInsight Join this channel to get access to perks: ua-cam.com/channels/bckniaFf2vMl5xMGiYzECw.htmljoin In this video, we’ll tackle a common coding problem: removing duplicate objects from an array in JavaScript. Learn how to find unique objects with a straightforward solution using a Map to track unique ...
Check if Two Strings Are Anagrams in JavaScript | javascript coding interview | string anagram js
Переглядів 70Місяць тому
Check if Two Strings Are Anagrams in JavaScript | javascript coding interview | string anagram js In this video, we’ll solve a popular coding challenge: checking if two strings are anagrams using a straightforward sorting approach. By the end of this tutorial, you'll understand how to write a simple JavaScript function to check if one string can be rearranged to form another. This is a great pr...
Check if Array Contains Squared Values of Another Array in JavaScript | js coding interview question
Переглядів 88Місяць тому
Check if Array Contains Squared Values of Another Array in JavaScript | js coding interview question
Merge and Sort Two Sorted Arrays in JavaScript | merged two sorted arrays | Frontend Insights
Переглядів 98Місяць тому
Merge and Sort Two Sorted Arrays in JavaScript | merged two sorted arrays | Frontend Insights
JavaScript Program to Find the Factorial of a Number | javascript coding interview question #js #fi
Переглядів 62Місяць тому
JavaScript Program to Find the Factorial of a Number | javascript coding interview question #js #fi
JavaScript coding interview: find maximum consecutive 1's in an array, javascript interview question
Переглядів 115Місяць тому
JavaScript coding interview: find maximum consecutive 1's in an array, javascript interview question
JavaScript: Reverse a String Without Using Built in Methods | Javascript coding interview question
Переглядів 121Місяць тому
JavaScript: Reverse a String Without Using Built in Methods | Javascript coding interview question
JavaScript Remove Duplicates from an Array | javascript coding interview | Frontend Insights #js
Переглядів 1352 місяці тому
JavaScript Remove Duplicates from an Array | javascript coding interview | Frontend Insights #js
Palindrome check in Javascript | Check if a String is a Palindrome | Frontend Insights #js #fi
Переглядів 1232 місяці тому
Palindrome check in Javascript | Check if a String is a Palindrome | Frontend Insights #js #fi
Javascript coding interview question | find the longest word in a sentence in javascript #js #FI
Переглядів 1092 місяці тому
Javascript coding interview question | find the longest word in a sentence in javascript #js #FI
Top most asked javascript interview questions for fresher and experienced | Frontend Insights
Переглядів 4193 місяці тому
Top most asked javascript interview questions for fresher and experienced | Frontend Insights
Top 15 Scenario based angular interview questions | Frontend Insights | Coding interview Questions
Переглядів 5 тис.5 місяців тому
Top 15 Scenario based angular interview questions | Frontend Insights | Coding interview Questions
Components vs Services in Angular: Key Differences Explained | angular interview question #angular
Переглядів 1,2 тис.5 місяців тому
Components vs Services in Angular: Key Differences Explained | angular interview question #angular
Top 10 Realtime scenario based angular interview questions and answers | angular interview questions
Переглядів 19 тис.5 місяців тому
Top 10 Realtime scenario based angular interview questions and answers | angular interview questions
Angular Built-in Control Flow: Learn @if, @for, & @switch Directives | new directives in angular
Переглядів 3267 місяців тому
Angular Built-in Control Flow: Learn @if, @for, & @switch Directives | new directives in angular
Angular Signals: Explained with Practical Examples | signal in angular 17 #frontendInsights #angular
Переглядів 4807 місяців тому
Angular Signals: Explained with Practical Examples | signal in angular 17 #frontendInsights #angular
Can you explain smart and dumb component, imp angular interview question #angularinterview #frontend
Переглядів 6327 місяців тому
Can you explain smart and dumb component, imp angular interview question #angularinterview #frontend
Really awesome thanks for your Great Consistent efforts. Your content is so much helpful👍
I really appreciate the kind words! Glad you find the content helpful.
Recently my angular not accepting any changes no matter which project i use 😭
I can see how frustrating that would be, make sure to check your code and make sure there aren’t any errors. try to reinstall angular cli
@frontendInsights so I did reinstalling angular cli and did many things suggested by chatgpt, it didn't work. Then I realised my auto-save was off 🥴.
😬😬😅
Do you have Topmate Profile Sir
topmate.io/frontendinsights
Hello sir keep posting interview coding questions for mid level developer
Thanks for the suggestion!
Good Explanation Bro Make Only Array Video & Snippets, Strings
Thanks! I'll keep that in mind for future videos.
Music is annoying.
Thank you for your feedback! I’ll take it into consideration for future videos. If there’s a specific type of music or adjustment you’d prefer, feel free to share your thoughts. I appreciate your input!
Sir keep posting such types of coding questions these are mostly asked in coding round even for senior role
thanks, please do share with your friends
Keep posting coding questions
Thanks
Keep posting coding interview questions for experience developer
Thanks, Keep exploring other videos as well
thanks
Thanks for watching! Keep exploring other videos as well.
Create one video for angular Accessiblity
Sure Thanks😇
Thank you
Thanks for watching! keep exploring other videos as well
Great🎉
Thanks! Keep exploring other videos as well.
Thanks
You're welcome! Glad you found it helpful.
Really most underrated, very well explained 😊
Very nice explanation thanks ❤
Glad it was helpful!
Good job 👍
Thanks keep exploring other videos as well
Nice
Thanks
Thank you for easy explanation
Glad it was helpful!
thank you so much. you save my life
Glad to hear that, keep explore the other videos as well
Great content sir , please continue this series
Thank you. Please do explore the other videos as well
Great job sir
Thanks keep explore other videos as well
Great content sir
Thanks keep explore other videos as well
Nice one
Thanks for watching
Nice insights well structured
Thank you. Please explore other videos as well
Nice lecture 🎉🎉🎉🎉🎉
Thanks, Keep watching 😀
4th question return the object{message:"hello"}
ohh, let me check once. Thanks
Nice Explanation. Thanks for sharing!
Glad it was helpful! please share it with your friends
It's very valuable
Thank you. Please do explore other videos as well
Most underrated, Awesome
Glad you think so! Thank you. Please explore other videos as well and dont forget to share with your friends.
Video does not match the title.
I have changed the title. Thank you.
I think you are looking for this video have a look once. ua-cam.com/video/1Nx3pcXH4Xk/v-deo.html&lc=UgxwOlzFkGNxv0ZTBXN4AaABAg
Can you pls explain with practical on vs code...
sure, Thanks
make one video on machine coding questions
Will do soon. Thanks
Very helpful. If some example given
Yes, sure. Thanks
Great 👍
Thanks
Nice 🙂 sir
Keep watching
👍 Nice sir😊
Keep watching
Nice sir 😀👍
Keep watching
That's like 200 pages summarised in 9 minutes, thank you!
Glad it was helpful!
Good content. Thanks
Thanks
Simply superb
Thanks a lot
Thank you!!!
You're welcome!
I was aware of these strategies, but the one about code refactoring seems a little broad, I would have liked to see some code examples of such refactoring, but great video.
Thanks, I will try to make video on code refactoring.
Nicely said...expecting more concepts from authentication and authorization
Thanks Please check this video ua-cam.com/video/nz-l0kiQ9l0/v-deo.html
"Promo sm" ✌️
Thank you for this video. Once we upgrade using ng update @angular/core @angular/cli will it update all other dependencies "@angular/animations": "17.2.4", "@angular/cdk": "17.2.2", "@angular/common": "17.2.4", "@angular/compiler": "17.2.4", "@angular/core": "17.2.4", "@angular/forms": "17.2.4", "@angular/material": "17.2.2", "@angular/material-luxon-adapter": "17.2.2", "@angular/platform-browser": "17.2.4", "@angular/platform-browser-dynamic": "17.2.4", "@angular/router": "17.2.4", or we have to update individually.
*ng update* :- will update all Angular dependencies listed in your *package.json* file to their latest compatible versions. Alternatively, you can update each dependency individually if you prefer more control over the update process e.g. *ng update @angular/animations@latest ng update @angular/cdk@latest ng update @angular/common@latest*
Updating all packages is good for the project.
very nice explanation.Pls add more challenging Problem in next videos
Thanks. Sure will upload meanwhile you can explore other videos as well from channel