``` javascript true && function f() {}() ``` will be changed to: ``` javascript true && f() { }() ``` without the function keyword. (Might be off-topic here since it seems to be a problem of rkelly)
will be changed to:
without the function keyword.
(Might be off-topic here since it seems to be a problem of rkelly)