function myName(name,age) { console.log("Hi, my name is " + name + " and i'm " + age + " years old"); } myName("Rajesh",34)
2. create a function that takes your name as a parameter and print to the console
function myName(name) { console.log(name); } myName("Rajesh")
3. Create a function that prints your name to the console.
function myName() { console.log("Rajesh"); }
Introduction to JSP AJAX CRUD Applications Building web applications has become more dynamic with the…
Relationships: Hotel ↔ Rooms (One-to-Many) A hotel can have many rooms, but a room belongs…
Introduction to Grocery Inventory Apps Managing grocery inventory can be a daunting task, but with…
This article explain how to make a Fish Inventory Management App in Angular.this app explain…
Introduction to Fish Inventory Management In the aquaculture industry, managing fish inventory is crucial for…
Introduction to Java GUI CRUD Java is a powerful programming language widely used for building…