Function Declaration , Function Parameters - # 23 - Learn JavaScript Easily

preview_player
Показать описание
Hello,
In this video we will learn about functions in javascript. we will learn how to declare a function and also how to call this function. Then we will learn about function parameter. and about the default parameter for function in javaScript.

Thanks for watching this video.
AMiALiF

Function Declaration , Function Parameters - # 23 - Learn JavaScript Easily
Рекомендации по теме
Комментарии
Автор

bro your teaching quality is very good...plz finish the course!

rezuanahmmed
Автор

vai amii aro javascript aroo onek video dekcii but aponar video onek vlo largca kintoo #23 er pore arr video nai tai pls vai pore video golo ekto doya kore divean pls pls vai ..

md.tuhinahmed
Автор

এই ভিডীও দেখে করলাম নিজ উদ্দোগে

<script>

function dressdetails(kretaarnam, dressername, dresserprice, dressercolor) {

alert(kretaarnam + " bought a dress which name is " + dressername + " You will be surprised knowing the price its Only " + dresserprice + " Taka . Do You wanna Know the color ? Its " + dressercolor);

}

dressdetails("Reya", "Pakistani Lenga", "10k", "Peach");
dressdetails("Dina", "Night Dress", "5k", "Red");

</script>

TanvirToday
visit shbcf.ru