Bug found in: ES6 Use export to Reuse a Code Block

Hi,
I noticed there is a small bug in this lesson.

The prefilled code which you are asked to amend has a space missing when declaring the bar variable:

"use strict";
const foo = "bar";
const bar= "foo";

First time I’ve reported a bug, so hopefully this is the right place to inform you.
Andy