Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit 0c7233b

Browse files
author
MitchLloyd
authored
Merge pull request #137 from areebsattar/patch-1
Update cases.js line 10
2 parents 03fce56 + 4ed4ba5 commit 0c7233b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

week-2/implement/cases.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
// Given a string input like "hello there"
99
// When we call this function with the input string
10-
// Then it returns the string in UPPER_CAMEL_CASE, so "HELLO_THERE"
10+
// Then it returns the string in UPPER_SNAKE_CASE, so "HELLO_THERE"
1111

1212
// Test case: we expect "lord of the rings" to be "LORD_OF_THE_RINGS"
1313
// Test case: we expect "the great gatsby" to be "THE_GREAT_GATSBY"

0 commit comments

Comments
 (0)