FlashJS isn't really comparable with Construct 2. Compare writing ActionScript code such as:
map.addChild(mapLoader);
mapLoader.load(new URLRequest("./assets/map" + currentLevel + ".html"));
mapLoader.addEventListener(Event.COMPLETE, respawnCaracterObject);
... with the ease and speed of development within the Construct 2 IDE. I rest my case.