Rating:

We're provided a file named `ihatejs.hs`. No other information is given.

The code was minified and obfuscated, so I unminified it first, and tried to look at it, but couldn't understand much because of the level of obfuscation. So, after a while, I just went on and executed the js file to see if something happens.
```
$ node ihatejs.js
d4rk{ccjccpbsvrafrcatbpchjydiio}c0de
```
Voila! That was easier than expected!

Original writeup (https://github.com/mananpal1997/Hackcon_WriteUps_2017).