© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Shivani Sodha
What is function and why we need them Function is a block of code that performs a specific task and can be used whenever needed. function add(a, b) { return a + b; } console.log(add(2, 3)); cons
No responses yet.