You don’t have to use javascript in order to complete the coding levels. You can write your code in the language of your choosing. Once the program/script is ready, you need to take the input the site provides, run the program and paste the output in the textbox before the time runs out (a few seconds before the time runs out, as the time is also checked server-side and might take some time for the data to arrive).
I finished my coding levels using C#, to be honest…
Don’t post answers on the forums!
Search other forums before making new threads called “help” !
Correct. >> People have stated that you can do this level with no coding skills, using built-in sorters in some text-editors (which is true).
Don’t post answers on the forums!
Search other forums before making new threads called “help” !
@fear-15: Think about this logically: If an user is posting his code (C, JavaScript, PHP, Python…), then how does the server know if that user’s code is right or wrong. You should try to think more from programming perspective.
thanks @kapuccino and thanks@fires hard
10 years ago
0
@fear-15 : Note that the number of words keeps on changing whenever you refresh the page. So you need to take the current set of words which are there and paste them in alphabetical order in the Answer box provided before the timer runs out.
10 years ago
0
Anyone who has completed this level on this new version of HT!! request you to please PM me please. I have question that I want to ask.
10 years ago
2
@fear-15 : Then you might be putting some extra space either at the start or the end. Check for extra space at the start or the end and remove them if it is there and then submit the answer it will work.
LOL, I am pretty sure that @fear-15 didn’t follow the instruction. The format of your answer must be exact like this:
a_word_starts_with_a<comma><space>a_word_starts_with_b<comma><space>a_word_starts_with_c<no comma, no space if this is the end>
Sometimes, reading is a miracle.