an easy way?

Solidsnake17
10 years ago

0

guys i solved this a different way, also worked in js level 1, and i didn’t see anyone mentioning it or talking about it, its too easy i feel like cheating

all i did was to edit the source page
```
BEFORE EDIT

if ( condition ) {
TrueCode
}else
{Falsecode
}

After
if ( condition ) {
TrueCode
}else
{ TrueCode
}

and it worked, didnt need to do any calculations or even look at the variables
```

7replies
6voices
229views
Solidsnake17
10 years ago

0

it even worked on level 3, are the admins aware of this ?

Cyan Wind [freewind1012]
10 years ago | edited 10 years ago

0

It’s normal because JavaScript is a client-side language. Are you aware of this? :|

Solidsnake17
10 years ago | edited 10 years ago

0

well i just found it weird that the first 3 levels are the same idea, thanks though.

Cyan Wind [freewind1012]
10 years ago | edited 10 years ago

0

No problem. Just close your thread if there’s nothing to ask. :p

Susan S [Trinity]
10 years ago

0

Hey Solidsnake17 you passed the levels using your brain so how could you think you were cheating? I don’t well done for seeing the obviousand simple way to complete a level. :)

2 replies have been removed
seeIT
7 years ago

0

i did the same
i play with the source code because didn’t want count the math
i edited the source code and i could finish this level

script01
6 years ago

0

i tried but its not working

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

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