Nevermind, I found out that even after you split the tempreatures string into an array, that array still contains strings so you have to use JavaScript Number() Function in order to make it work.
âTrainingâ doesnât have any âtrainingâ to be found I canât look at any hints or solutions (all locked?), and I donât even know how to turn one long single text string â1 -2 -8 4 5â into distinct integers that I can compare with each other? Why is this called âTrainingâ if thereâs just a problem with no help?
I started trying to do it in Javascript, but when I couldnât figure it out I looked at Python. They are all the same way. All of the solutions are all locked, and there are no hints. How is this âTrainingâ? Where is the training part? The âPower of Thorâ puzzle has hints, including pseudocode, that makes sense, but a puzzle like this with no help? Doesnât look like training to me.
Yes, thatâs correct, in Python strings have a split method. And that doesnât address the fact that these âTrainingâ challenges should be called âTestâ challenges because there is no Training to be found. No hints, no solutions, no help anywhere, beyond a forum comment saying that Python has split methods. Why is there a list of three dozen solutions and theyâre all locked?
@JavierMonda you might want to switch to english so more people can help you. Also donât hesitate to explain what is blocking you. In this thread, youâve got plenty of resources to help you finish the puzzle.
Hello, I would like to ask everyone a question about this puzzle. I solved it and passed all of the tests, however, when I submitted it, I didnât get the 100% achievement. Can someone explain why please?