beginner
Function Basics
Create and use functions
📝 Contenu du Prompt
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.