Skip to content

Commit 51950ad

Browse files
authored
correcting the spelling onst to const
1 parent 9c41184 commit 51950ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sprint-1/3-mandatory-interpret/3-to-pounds.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
onst penceString = "399p";
1+
const penceString = "399p";
22

33
const penceStringWithoutTrailingP = penceString.substring(
44
0,

0 commit comments

Comments
 (0)