Actual Leap Year problem | Conditions in Java Script | JS for Beginners - 17 | code io - Tamil

preview_player
Показать описание
In this video from the series of JS for Beginners, we will learn about What are the Conditions in Java Script.

Follow us on
Instagram

LinkedIn
Рекомендации по теме
Комментарии
Автор

Bro data structure alagarithm python la video panungaa pls

VimalaDevi-wm
Автор

Bro oru request am a beginner enna programming bro kathuka java 2hrs pathen aprm romba tough ah iruku bro...tell me right way bro❤

rajarajann
Автор

Let a =20;

If(a%2 == 0)
{
Console.log{`${a}`, " is a Even number");
}
Else
{
Console.log{`${a}`, " is a odd number");
}

precillaprecilla
Автор

let n=10;
if(n%2==0){
console.log("EVEN NUMBER")
}
else{
console.log("ODD NUMBER")
}

ramsundar
Автор

Sir pls bio maths student Nan now Nan computer science eduthuerukan 😢😢😢😢 enna panurathu

ariweektharun
Автор

Let a = 10;
If(a%2==0){
Console.log("even")
}
else{
Console.log("odd")
}

noobspot
Автор

let number = 12;
if(number % 2 == 0){
console.log('even number')
}
else if(number % 2 != 0){
console.log('odd number');
}

aravindraj
welcome to shbcf.ru