Anna
Anna
I'm a little confused. Can you explain what you mean by check for reassignment? I know how to check if a variable is defined. That's easy enough. But I'm not...
> For example, for `price`: > > ```js > price = 10; > assert.strictEqual(price, 10); > ``` > > If `price` is not declared, or declared with `const`, this will...
> > But `price` is then correctly being changed in further tests, isn't it? > > I have seen it not pass with > > ```js > const price =...
> Ouch, sorry, that's likely caused by user code being transformed, so `const` ends up transformed to `var`. > > But `price` is then correctly being changed in further tests,...
I'm actually a pretty huge fan on the additional color when that editor is in focus. But the colors have to distinctive and mesh well with our themes. We do...
Form validation usually shows up in an error message but I'm not that opposed to an alert. Plus we have a great opportunity to teach a new method.
Step 40 description is now updated.
Nothing related to the stuff modified in this PR is failing. As far as I can tell it is the `reset-modal.spec.ts` not being able to add in the `h2` element...
 It's out of scope of this PR. I also need to install other browsers locally. But I also noticed the test passed in E2E Firefox.