beginner
Function Basics
Create and use functions
📝 प्रॉम्ट सामग्री
Write JavaScript functions that perform the following operations: add two numbers, find the larger of two numbers, and convert Celsius to Fahrenheit. Call each function with sample inputs and display the results.