Skip to content

Commit 38a71d9

Browse files
committed
updated
1 parent f8f2b71 commit 38a71d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JavaScript Problem Solving/veryEasy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
//////////////////////////////////////////////////////////////////////////////////////////////////////////////
1515

1616
/*
17-
Title:Is the Last Character an N?
17+
Is the Last Character an N?
1818
Create a function that takes a string (a random name). If the last character of the name is an "n", return true, otherwise return false.
1919
/////////////////////////////////////////////
2020
*/

0 commit comments

Comments
 (0)