I understand my ES6 woes now.
Firefox doesn't seem to support ES6 in debugger. I understand what is the technical reason behind that, still it's kind of weird that I either need to use console.log statement or use ES6 for writing code and Javascript for debugging.
My head hurts.