Skip to content

feat: tempConverter#31

Closed
nirajajshenoy wants to merge 1 commit intoKBA-Learning:devfrom
nirajajshenoy:feature/Temperature_Converter
Closed

feat: tempConverter#31
nirajajshenoy wants to merge 1 commit intoKBA-Learning:devfrom
nirajajshenoy:feature/Temperature_Converter

Conversation

@nirajajshenoy
Copy link
Member

Temperature Converter

A simple JavaScript utility for converting temperatures between Celsius and Fahrenheit.
It includes a conversion function and test cases for validation.

Related Issue

🚀 Features

Convert Celsius → Fahrenheit

Convert Fahrenheit → Celsius

Return null for invalid units

Includes automated test cases

Parameters:

value → numeric temperature value

unit → "C" for Celsius or "F" for Fahrenheit

Returns:

Converted temperature value

null if the unit is invalid

@nirajajshenoy nirajajshenoy changed the title TempConverter feat:TempConverter Nov 10, 2025
@tr1sm0s1n tr1sm0s1n closed this Nov 10, 2025
@nirajajshenoy nirajajshenoy changed the title feat:TempConverter feat: tempConverter Nov 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants