dariv
October 28, 2019, 2:17pm
#1
I have been creating the Lodash library and trying to implement the .inRange() method. The terminal return that i have an unexpected token on the string 12, but i have not got this, and because of this I cannot pass this part of project.
https://www.codecademy.com/paths/web-development/tracks/web-dev-js-arrays-loops-objects/modules/pjs-javascript-capstone/projects/lodash# =_’!
This is my code.
I need your help, to understand how to handle it.
dariv
October 28, 2019, 2:23pm
#3
I cannot understand. What does it mean?
ionatan
October 28, 2019, 2:24pm
#4
The error is in a different file, it says which
ionatan
October 28, 2019, 2:42pm
#7
Idk. Maybe you didn’t close some parenthesis higher up.
Some of the code you showed earlier had inconsistent indentation (not matching braces) so maybe that’s why you’d have that happening.
dariv
October 28, 2019, 2:44pm
#8
Oh, I had an extra curly brace, I have deleted it, and now it works! Thank u
system
closed
October 29, 2019, 8:44am
#9
This topic was automatically closed 18 hours after the last reply. New replies are no longer allowed.