i have the right code but still not working

Alphabetize

Thomas [25thomasoooo]
11 years ago

0

i have the right code but it keeps on say illegl symtex please help

23replies
17voices
522views
Peter [verath]
11 years ago

0

Then you don’t “have” the right code. Simple, eh?

Thomas [25thomasoooo]
11 years ago

0

yeh but i dont know how to get the code

Thomas [25thomasoooo]
11 years ago | edited 11 years ago

0

this is my code:
[removed]

Admin: please don’t post code answers, working or not

J [ColdIV]
11 years ago

0

well if i’m right then there is a obvious mistake in the first line, and you should delete it it’s way too close to an answer…

Susan S [Trinity]
11 years ago

0

I can’t see anything wrong with the first line at all.

J [ColdIV]
11 years ago

0

I’m not sure I think he was trying it with the wrong textbox.

#RS69 [Rs69]
11 years ago

0

how to get code? i don’t understand here.. :-D

James Singh [cpn1000]
11 years ago

0

Ok guys (and girls) how do we get the code i mean come on!!!!!!!!!!!

J [ColdIV]
11 years ago

0

Write it?
You should write your own little script to solve the level.
Most people do it in JavaScript because it’s easy to use and fast.
But you can also do it in C or something else.

James Singh [cpn1000]
11 years ago

0

How would I write “my own little script” and if I did how could I putt it in the level???

J [ColdIV]
11 years ago

0

Ever heard about JavaScript? You can run it in the Console of your Browser (In chrome, with firebug also in firefox).
Or you just have an program in which you paste the content of the first box and then copy what the program gives you to paste it in the 2nd box. It’s really not hard..

Jaison [jsH4cK]
11 years ago

0

I sorted it in alphabetic order in csv form and I am submitting the answer from my php page but it shows wrong answer. why??

DarkCompanion5
11 years ago | edited 11 years ago

0

jsH4cK, I think you should examine the words carefully to make sure they are in the right order.

Asesino04 [oeb1590]
11 years ago

0

make sure that the code is working 100 %

Jaison [jsH4cK]
11 years ago

0

Got it. :) made a silly mistake in the looping statement..

nassim [nasim9]
11 years ago

0

hi how to hacking ??????

Srinivasan
11 years ago

0

nasim9: All u need is to think……


0

wow !!! thank u @Srinivasan for ur answer ! hehehe

tOxicWast3
10 years ago

0

The code I have does what is needed, however, it prints with [“ ”]. Am I missing something inside the code that keeps that in the output?

Spenca88
10 years ago

0

Hey there,

i think i have the right code. What i do is: creating a new var and give it the value of the “words - field”. The second line is the one that shoul sort the the word within this new var. then i copy the words into the answer-field. this works fine and the anser-field is filled with the words but the console says that .sort is no function?! Any ideas why i cant use sort with the new var i created?

daMage
10 years ago

0

perhaps your var is still a string, when you try to run the sort on it? All vars aren’t equal in javascript…

Spenca88
10 years ago

0

Yeah this was the answer! I needed to split the createt string so it is an “real” array. Then i sorted and tadaaa i needed just 5 seconds to solve the level! Thanks a lot!

Reply has been removed
aemogie. [theaemogie]
3 years ago | edited 3 years ago

0

I created a code but for some reason it’s not working.

Can anyone check why. Please..

document.getElementById("answer").innerHTML = document.getElementById("words").value.split(",").sort().toString();
Also, I can’t submit() it using javascript because the form has no Id. Is there a workaround for this?

You must be logged in to reply to this discussion. Login
1 of 24

This site only uses cookies that are essential for the functionality of this website. Cookies are not used for tracking or marketing purposes.

By using our site, you acknowledge that you have read and understand our Privacy Policy, and Terms of Service.

Dismiss