DAY 2 | Find Sum Of Letters Using JavaScript | 100 Days Of Psycho Coding Challenge | JS Coding

preview_player
Показать описание
JS coding challenges. This is a new series of practicing javascript interview questions. This JavaScript Interview question practice is in the Malayalam language. As we know that the JS is a very demanding language these days. If you want to succeed in Frontend, you should know JS in depth. The only way we can master javascript is by practicing. So I decided to practice every day with you all guys. I welcome you to these sessions. Let's learn JavaScript together.

#livecoding #js #100daysofcoding

🔍 Search web diary , webdiaryfamily on Telegram

Previous video links

Build a Responsive CSS Grid Website Layout From Scratch

Softwares used

Social Media

Queries Solved:
js
javaScript malayalam tutorial
javaScript tutorial in malayalam
javaScript introduction malayalam tutorial
javaScript tutorial in malayalam
web diary javaScript tutorial
web diary malayalam tutorial
malayalam tutorial
javascript tutorial in malayalam
Рекомендации по теме
Комментарии
Автор

if(number.toString().length > 1 && number.toString() [0]) sir ingane condition kodukkande.ennalalle 1-9 numbers nte output kitukayullu.🤔

abhinandp
Автор

if(number>=20){
console.log("enter number Greaterthan 20");
}else{
let seleectednumbers =allnumbers.slice(0, number)
console.log(allnumbers)
var textlength= seleectednumbers.map((text)=>text.length).reduce((num, acc)=>num+acc)
}


i think this is correct logic

jubinthomas
Автор

sir ningade voice adipoli ann... really loved it.

abuajmalmajidponnethabu
Автор

sir plz continue this series, and plz make ur videos in english.it 'll be very helpful

chaitram
Автор

Sir ithile slice, map concept tutorial aayitt undoo

mufeeda
Автор

const solution = (num) =>{
let selected = wordAr.slice(0, num);
let res = selected.reduce((item, total)=>item+total)
console.log(res.length);
}

solution(5);

codetheworld
Автор

Bro enike basic aya full stack developer padikanam., Front end react um., Then, Backend nu Node Js(expressjs) or Golang., Edha nalladh future scope nu..

zulfiqar
Автор

2023 december end kanunnavar indo...like me.


if (number.toString().length && number.toString()[0]>=2 ) {

alert("write a number below 20")

}else

// sir...

// miss the 1st condition of {logical AND} operation
//
// number.toString().length ">=2"
//

// my solution here, after reading all comments.


if (number.toString().length >=2 && number.toString()[0]>=2 || number.toString().length >=3 && number.toString()[0]>=1) {

alert("error")

}else

SyamjiR-nr
Автор

Sir, Let me know how much is the duration of being an Advanced JS Programmer. This is to know how much time daily we need to study to get that level

shaijuelayidath
Автор

Hi enik 2 doubts und,

1) nammal ivide if condition il
if(number.toString().length && number.toString()[0] >=20 ) enn alle check cheyyunath..
Apol number.toString().length il nammalk number length undo enn alle check cheyyunullu? 2 digit aano enn check cheyyunilalllo..apo ivide 3 digit number koduthal result wrong aville?

number.toString().length == 2 enn check cheyyande 🤔

2) nammalk if (number <=20) enna condition check cheythal pore?

sreenathk.k
Автор

Thanks sir....your videos are very efficient and there is no such effective Malayalam tutorial for coding challenges....Actually we can start learn languages by doing these types of problems...

AishusAura
Автор

Athil vere oru problem undo ennoru doubt
If conditionte avde

manshadchangampalli
Автор

Sir, Line 13 error

if(number.tostring().length && number.tostring()[0] >= 2) {
alert("");
} else {

return
}

Ivide 100 to 199 pass cheyithal alert kanikkunnilla. (Printing else)

fixed

if(number.tostring().length && number.tostring() >= 20) {
alert("");
} else {

return
}

Ivide >= 20 koduthappol correct aay

fredy
join shbcf.ru