Classify products based on their description. Use includes() and startsWith().
hasSearchTerm (true if description contains searchTerm)isHighPerformance (true if description starts with "High-performance")categoryMessage based on conditions:
Submit your code to see test results