Define function in typescript part-1| Typescript for beginners in hindi

preview_player
Показать описание
Functions
In this video tutorial we are going to discuss about the function in TypeScript
#typescript #typescripttutorial #hindi #urdu #functions #function #typescript #typescripttutorial #typescripttutorials #ts #javascript #js #javascripttutorials #javascripttutorial
Рекомендации по теме
Комментарии
Автор

sir isfahan ahmed refers me to your channel...and i'll refers it to many a pure 24 carat gold information...student from "giaic"

ahsantariq
Автор

// Define a function named funcName
function funcName() {
// Log a message to the console
console.log("my first function");

// Log another message to the console
console.log("an either value");
}

// Call the funcName function
funcName();

JunaidUlHaqueSheikh-uyjm
Автор

sir please share a detailed video on types of function

MussaratShamsher
Автор

sir me jab command run ker rahi hun tou name1 print ho raha he 4 nhi a raha
function funcname(){
let total = 2+2;
}

let name1: number = funcname()
console.log(name1);
same ye hi code run ker rahi hun me

Learn_bucket
Автор

Sir mere Ts ki file create nh horhe terminal m

ammarkhan
welcome to shbcf.ru