💻 Farm Code
// Level 1: Plant one carrot farm.plant({ row: 0, col: 0, crop: 'carrots' }); // Try changing row and col (0-4) // Example: farm.plant({ row: 2, col: 3 })
▶ Run Code
Output will appear here...