© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Abdul Basit Khan (Abdul Basit)
I am an undergraduate student from Maharashtra Institute of technology
What Is Function function is a block of code which can be use many times in our application.this function can be of without parameter or with parameter. //Without Parameter or Arguments function Add() { var a = 10; var b = 20; console.log(a + b...
No responses yet.