Updated and rebased pr

This commit is contained in:
Jakob Dahl
2015-09-07 03:08:08 +02:00
parent 909f6725f7
commit 033175ae23

View File

@ -253,7 +253,7 @@
], ],
"tests": [ "tests": [
"assert(secondToLastLetterOfLastName === 'c', 'secondToLastLetterOfLastName should be \"c\".');", "assert(secondToLastLetterOfLastName === 'c', 'secondToLastLetterOfLastName should be \"c\".');",
"assert(editor.getValue().match(/\\.length/g).length === 2, 'You have to use .length to get the third last letter.');" "assert(editor.getValue().match(/\\.length/g).length === 2, 'You have to use .length to get the second last letter.');"
], ],
"challengeSeed": [ "challengeSeed": [
"var firstName = \"Ada\";", "var firstName = \"Ada\";",