UNIQ Technologies
UNIQ Technologies
  • Видео 882
  • Просмотров 9 779 373
React Js Series for Beginners தமிழில் 44 : Higher Order Methods - reduce() method in Javascript
👉 To find the sum of all the numbers in an array using a for loop, you would go through each number one by one, add them up, and store the total in a variable. For example, if you have an array [1, 2, 3, 4], you can write let sum = 0; for (let i = 0; i numbers.length; i++) { sum += numbers[i]; }. This code starts with sum = 0, then adds 1, 2, 3, and 4 to it, ending up with a total sum of 10.
👉 The reduce method in JavaScript is useful when you want to combine all the elements in an array into a single value. It’s a powerful tool that simplifies the process of adding, multiplying, or otherwise combining items in a list. Instead of writing a loop to go through each element and keep track of ...
Просмотров: 40

Видео

React Js Series for Beginners தமிழில் 43 : Higher Order Methods - sort(), some() & every() in Js
Просмотров 707 часов назад
👉 The sort method in JavaScript, when used without a callback function, arranges items in a list based on the ASCII values of characters. This means it sorts everything as strings, which can lead to unexpected results when sorting numbers. For example, sort might place "10" before "2" because it compares the first digit. To sort numbers properly, we need to use a higher-order method with a call...
React Js Series for Beginners தமிழில் 42 : Higher Order Methods - filter() vs find() in Javascript
Просмотров 14610 часов назад
👉 filter Method The filter method helps you make a new list with only the items you want. It goes through each item in your list and keeps those that meet a certain rule. For example, if you have a list of numbers and only want numbers bigger than 10, you use a filter. It looks like this: let bigNumbers = array.filter(item = item 10);. This makes a new list, bigNumbers, with only the numbers gr...
React Js Series for Beginners தமிழில் 41 : Higher Order Methods - forEach() vs map() in Javascript
Просмотров 17212 часов назад
👉 Purpose of Higher-Order Array Methods Higher-order array methods are special functions in JavaScript that make working with arrays easier. They let you quickly process items, like changing them, picking certain ones, or creating new arrays. These methods help you write short and clear code, so it’s easier to understand and manage. 👉 forEach vs map - Using console.log When you need to print ea...
Tcs , Infosys , Wiproவையே திணறவைத்த IT துறையின் ROCKY BHAI Shiv Nadarயின் வெற்றி கதை | CHAPTER 01
Просмотров 1,5 тыс.17 часов назад
The story of Shiv Nadar, the founder and former CEO of HCL Technologies: Discover the extraordinary journey of Shiv Nadar, the pioneering founder of HCL Technologies, in this compelling video. From his early beginnings to revolutionizing the IT industry, Shiv Nadar's story is one of innovation, leadership, and relentless pursuit of excellence. In this video, we’ll cover: 👉 Early Life and Educat...
React Js Series for Beginners தமிழில் 40 : Array Methods - indexOf() & lastIndexOf() in Javascript
Просмотров 10519 часов назад
The indexOf() method helps you find the position of the first occurrence of a specific item in an array. It returns the index number where the item is found. For example, if you have let fruits = ['apple', 'banana', 'cherry']; and you use fruits.indexOf('banana');, it will return 1 because 'banana' is at position 1 in the array. If the item isn’t found, it returns -1. The lastIndexOf() method f...
React Js Series for Beginners தமிழில் 39 : Array Methods - sort, reverse, includes, join & toString
Просмотров 16319 часов назад
The sort() method arranges the items in an array in order. By default, it sorts items alphabetically if they are strings or numerically if they are numbers. For example, if you have let numbers = [3, 1, 4, 2]; and you use numbers.sort();, it will become [1, 2, 3, 4]. If you sort strings like ['banana', 'apple', 'cherry'], they will be arranged in alphabetical order. This method helps organize y...
15.Basic C#.Net Interview Questions & Answers - Class and Object - TCS, Zoho, CTS, Wipro,, HCL
Просмотров 10622 часа назад
15.Basic C#.Net Interview Questions & Answers - Class and Object - TCS, Zoho, CTS, Wipro, Infosys, HCL 🎯 Ace Your C#.NET Interview with Confidence! 🎯 Preparing for a C#.NET interview at leading IT companies such as TCS, Zoho, CTS, Wipro, Infosys, or HCL? This video is your ultimate guide to mastering basic C#.NET interview questions and answers. Whether you're a recent graduate or looking to en...
14.Basic C#.Net Interview Questions & Answers - Types of Constructor - TCS, Zoho, CTS, Wipro,
Просмотров 6522 часа назад
14.Basic C#.Net Interview Questions & Answers - Types of Constructor - TCS, Zoho, CTS, Wipro,
13.Basic C#.Net Interview Questions & Answers - Constructor - TCS, Zoho, CTS, Wipro, Infosys, HCL
Просмотров 9422 часа назад
13.Basic C#.Net Interview Questions & Answers - Constructor - TCS, Zoho, CTS, Wipro, Infosys, HCL
12.Basic C#.Net Interview Questions & Answers - Call by value & call by reference - TCS, Zoho, CTS
Просмотров 5422 часа назад
12.Basic C#.Net Interview Questions & Answers - Call by value & call by reference - TCS, Zoho, CTS
11.Basic C#.Net Interview Questions & Answers - Boxing & Unboxing - TCS, Zoho, CTS, Wipro, Infosys,
Просмотров 5922 часа назад
11.Basic C#.Net Interview Questions & Answers - Boxing & Unboxing - TCS, Zoho, CTS, Wipro, Infosys,
10.Basic C#.Net Interview Questions & Answers - Type Conversion - TCS, Zoho, CTS,Wipro, Infosys,HCL
Просмотров 8022 часа назад
10.Basic C#.Net Interview Questions & Answers - Type Conversion - TCS, Zoho, CTS,Wipro, Infosys,HCL
9.Basic C#.Net Interview Questions & Answers - Type Casting - TCS, Zoho, CTS,Wipro, Infosys, HCL
Просмотров 4022 часа назад
9.Basic C#.Net Interview Questions & Answers - Type Casting - TCS, Zoho, CTS,Wipro, Infosys, HCL
8.Basic C#.Net Interview Questions & Answers - Occurences of specfic element -TCS, Zoho,CTS,Wipro
Просмотров 4122 часа назад
8.Basic C#.Net Interview Questions & Answers - Occurences of specfic element -TCS, Zoho,CTS,Wipro
7.Basic C#.Net Interview Questions & Answers - Array sum and Average - TCS, Zoho, CTS, Wipro,
Просмотров 4422 часа назад
7.Basic C#.Net Interview Questions & Answers - Array sum and Average - TCS, Zoho, CTS, Wipro,
6.Basic C#.Net Interview Questions & Answers - Array Reverse - TCS, Zoho, CTS,Wipro, Infosys, HCL
Просмотров 4422 часа назад
6.Basic C#.Net Interview Questions & Answers - Array Reverse - TCS, Zoho, CTS,Wipro, Infosys, HCL
5.Basic C#.Net Interview Questions & Answers - Array Minimum & Maximum - TCS, Zoho, CTS, Wipro
Просмотров 7722 часа назад
5.Basic C#.Net Interview Questions & Answers - Array Minimum & Maximum - TCS, Zoho, CTS, Wipro
4.Basic C#.Net Interview Questions & Answers - Array Length - TCS, Zoho, CTS, Wipro, Infosys, HCL
Просмотров 6622 часа назад
4.Basic C#.Net Interview Questions & Answers - Array Length - TCS, Zoho, CTS, Wipro, Infosys, HCL
3.Basic C#.Net Interview Questions & Answers - Factorial Number - TCS, Zoho, CTS, Wipro, Infosys
Просмотров 6022 часа назад
3.Basic C#.Net Interview Questions & Answers - Factorial Number - TCS, Zoho, CTS, Wipro, Infosys
2.Basic C#.Net Interview Questions & Answers - Transform to Alternating Case - TCS, Zoho, CTS,Wipro
Просмотров 12522 часа назад
2.Basic C#.Net Interview Questions & Answers - Transform to Alternating Case - TCS, Zoho, CTS,Wipro
1.Basic C#.Net Interview Questions & Answers - Substring - TCS, Zoho, CTS, Wipro, Infosys, HCL
Просмотров 22222 часа назад
1.Basic C#.Net Interview Questions & Answers - Substring - TCS, Zoho, CTS, Wipro, Infosys, HCL
2. Basic Core Java interview Questions and Answers for Freshers & Experienced - Fibonacci Series
Просмотров 296День назад
2. Basic Core Java interview Questions and Answers for Freshers & Experienced - Fibonacci Series
1. Basic Core Java interview Questions and Answers for Freshers & Experienced - Factorial number
Просмотров 395День назад
1. Basic Core Java interview Questions and Answers for Freshers & Experienced - Factorial number
4. Basic Core Java STRING Interview Questions & Answers - Zoho, CTS, Infosys, HCL, TCS, Wipro
Просмотров 293День назад
4. Basic Core Java STRING Interview Questions & Answers - Zoho, CTS, Infosys, HCL, TCS, Wipro
3. Basic Core Java STRING Interview Questions & Answers - Infosys, HCL, TCS, Zoho, CTS, Wipro
Просмотров 240День назад
3. Basic Core Java STRING Interview Questions & Answers - Infosys, HCL, TCS, Zoho, CTS, Wipro
2. Basic Core Java STRING Interview Questions & Answers - Wipro, Infosys, HCL, TCS, Zoho, CTS,
Просмотров 489День назад
2. Basic Core Java STRING Interview Questions & Answers - Wipro, Infosys, HCL, TCS, Zoho, CTS,
1. Basic Core Java STRING Interview Questions & Answers - TCS, Zoho, CTS, Wipro, Infosys, HCL
Просмотров 911День назад
1. Basic Core Java STRING Interview Questions & Answers - TCS, Zoho, CTS, Wipro, Infosys, HCL
React Js Series for Beginners தமிழில் 38 : Array Methods - Concat, Slice, Flat & Fill in Javascript
Просмотров 289День назад
React Js Series for Beginners தமிழில் 38 : Array Methods - Concat, Slice, Flat & Fill in Javascript
React Js Series for Beginners தமிழில் 37 : Array Methods - splice, pop, push, shift & unShift
Просмотров 147День назад
React Js Series for Beginners தமிழில் 37 : Array Methods - splice, pop, push, shift & unShift

Комментарии

  • @user-wx2um1pj8l
    @user-wx2um1pj8l 8 часов назад

    Then kunjidapadam will be Kunji+Padam

  • @muralichiyan
    @muralichiyan 10 часов назад

    Adei adei 😂😂😂😂😂

  • @user-hb5lf4bj5c
    @user-hb5lf4bj5c 10 часов назад

    😂😂😂😂😂

  • @Commentking-s8d
    @Commentking-s8d 11 часов назад

    easy to understand brother.. its really useful for me to learn java script

  • @Madhan341
    @Madhan341 11 часов назад

    Good explanation

  • @Madhan341
    @Madhan341 11 часов назад

    Clear explanation

  • @Commentking-s8d
    @Commentking-s8d 11 часов назад

    who?

  • @Thalapathyleo560
    @Thalapathyleo560 12 часов назад

    I am interested

  • @nirmalraj2571
    @nirmalraj2571 13 часов назад

    😂😂❤

  • @MrKannan93
    @MrKannan93 13 часов назад

    Bro.... Na civil engineer..... Python program padikalama...

  • @Anu.8438
    @Anu.8438 14 часов назад

    Clear explanation

  • @Anu.8438
    @Anu.8438 14 часов назад

    Good explanation sir

  • @Sanjay-ey7ou
    @Sanjay-ey7ou 14 часов назад

    Adhe song la புலன்களை அடக்கி வைத்தால் தினம் புதுபுது சுகம் கிடைக்கும்னு solliruparu😂😂😂

  • @chellanarayanan9304
    @chellanarayanan9304 14 часов назад

    😂

  • @mohamedasif63
    @mohamedasif63 15 часов назад

    I am a rmkcet 1st year srudent and i am hosteler,please tell sir, that you taking online class

  • @mohammedanas8005
    @mohammedanas8005 15 часов назад

    Nice 👌🏻

  • @senthilsaminathanvenkatach7463
    @senthilsaminathanvenkatach7463 15 часов назад

    ❤❤❤ 😂😂😂 💥💥💥

  • @sathishkraja2130
    @sathishkraja2130 16 часов назад

    Bro core java therium enna job porathu apdu porathu soluga bro

  • @king_of_pirates0325
    @king_of_pirates0325 17 часов назад

    Thank you for uploading this video sir👍

  • @keerthireddy3910
    @keerthireddy3910 17 часов назад

    Thank u for the video sir... finally having some clear idea about git and github😊

  • @keerthireddy3910
    @keerthireddy3910 17 часов назад

    Great explanation sir... understood clearly 😊

  • @lavanyaakarunan6202
    @lavanyaakarunan6202 17 часов назад

    It's not Singapore, it's in Kuala Lumpur, Malaysia where this song was shoot

  • @parthasarathi.m657
    @parthasarathi.m657 17 часов назад

    I really understood the session, sir! Your ability to make complex topics simple and engaging is truly amazing Sir

  • @king_of_pirates0325
    @king_of_pirates0325 18 часов назад

    Nice video and good explanation ❤👍

  • @akashdhoni4889
    @akashdhoni4889 18 часов назад

    Before i came 0 percentage of knowledge in CI after the video i have 80 percentage of knowledge about CI, thank you bro❤

  • @manikandana18
    @manikandana18 19 часов назад

    Good explanation and Waiting for more videos.

  • @baranielangovan854
    @baranielangovan854 19 часов назад

    Illa ... purila😜

  • @trendorzentertainment9890
    @trendorzentertainment9890 19 часов назад

    Nee manusa nae ilaa daaa😂😂😂😂😂😂

  • @Thirumal-vq5rp
    @Thirumal-vq5rp 19 часов назад

    Purpose of VPN : Explained ✅ Why use VPN ❎?

  • @shaunmixi7798
    @shaunmixi7798 19 часов назад

    Paye puudichitan🤣

  • @meganathank7216
    @meganathank7216 19 часов назад

    Nice explanation.thanks for this video sir

  • @sathiyapriya8513
    @sathiyapriya8513 20 часов назад

    😂😂😂😂😂😂😂😂

  • @dineshkumaru3674
    @dineshkumaru3674 20 часов назад

    Very good explanation sir. Need more videos sir

  • @pullarperan1356
    @pullarperan1356 20 часов назад

    😂

  • @DreamerAloneking
    @DreamerAloneking 20 часов назад

    All the way love 😘 you ❣️ VPN 😂😂😂

  • @sakthisureshbabu9213
    @sakthisureshbabu9213 20 часов назад

    HCL Shiva Nadar

  • @sakthisureshbabu9213
    @sakthisureshbabu9213 20 часов назад

    Creative ❤🎉😂

  • @preethidhaya
    @preethidhaya 21 час назад

    Wish we had all learned this way in our schools 😅 mind blown 🤯

  • @SriniVasan-mn4sy
    @SriniVasan-mn4sy 21 час назад

    Bruh ! Improve sound quality ❤

  • @Mrkarthik620yt
    @Mrkarthik620yt 21 час назад

    What a sync bro Vera level

  • @sankarpollo4047
    @sankarpollo4047 22 часа назад

    😂😂😂

  • @SanjayKumarK-um5no
    @SanjayKumarK-um5no 22 часа назад

    Sir what courses do you provide?

  • @ragavanmurugan286
    @ragavanmurugan286 22 часа назад

    Singapore illaa asian😂

  • @BlueBerry-bc7yp
    @BlueBerry-bc7yp 22 часа назад

    😂

  • @praveenkumarc.m961
    @praveenkumarc.m961 День назад

    Indha channel owner oru vela Meme creatora irupparo 😂, Anyways ❤.

  • @praveenkumarc.m961
    @praveenkumarc.m961 День назад

    It's 1:42AM, I am in Canada. You made my day 😂.

  • @anbugandhip9635
    @anbugandhip9635 День назад

    😂😂😂😂😂

  • @mssyedibrahim4932
    @mssyedibrahim4932 День назад

    😂😂😂

  • @tejakshak1588
    @tejakshak1588 День назад

    Do we have any tool to check this ?

  • @tamilculture4052
    @tamilculture4052 День назад

    அன்றே கனித்தார் சூரிய 😂