In the median mission, I get the following error message:
> SyntaxError: unknown: Unexpected token (29:1)
> 27 | assert.equal(median([3, 6, 20, 99, 10, 15]), 12.5, "4th example");
> 28 | console.log("Coding complete? Click 'Check' to review your tests and earn cool rewards!");
> > 29 | }
> | ^
From: https://js.checkio.org/mission/median/solve/
HTTP_USER_AGENT:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36
Created at: 2017/04/30 20:29; Updated at: 2017/05/04 22:11
The question is resolved.