Fourth day class in JavaScript. I shared the topics, What I learn Today.
sum(12,19);
function makebiriyani(container){
console.log(container);
console.log("biriyani ready");
return"biriyani";
}
let plate - makebiriyani("rice");
console.log(plate);
let age = 12;
if(age>=18)
{
console.log("eligible to vote);
}
I attend the first aptitude session with senior batch:
Topic is various of puzzles
Goals:
interview the piolet
He went and hask already reach the goal
cold calling
take the advantage of the situation
get information
adapt
complementing
take it till u make it
handling situation
HAPPY CODING
Top comments (0)