We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8f2b71 commit 38a71d9Copy full SHA for 38a71d9
JavaScript Problem Solving/veryEasy.js
@@ -14,7 +14,7 @@
14
//////////////////////////////////////////////////////////////////////////////////////////////////////////////
15
16
/*
17
-Title:Is the Last Character an N?
+Is the Last Character an N?
18
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.
19
/////////////////////////////////////////////
20
*/
0 commit comments