This repository contains solutions to several JavaScript practice problems. Each problem focuses on different aspects of JavaScript, such as data types, control flow, functions, and arrays.
- Ana to Vori - Convert a measurement from Ana to Vori.
- FoodPanda Cost - Calculate total cost based on quantities of different food items.
- Picnic Budget - Compute the total budget for a picnic based on the number of participants with tiered pricing.
- First Odd Name - Find the first name in an array that has an odd number of characters.