Supravisor

Results 59 comments of Supravisor

1. What's the difference between the two? `Hello World` 57672 `Hello World` 479 2. Mention that code goes between the angular brackets. [✓]`Hello World` 4829 [✓]`Hello World` 3114 [✓]`Hello World`...

Mentioned earlier about a visualisation for the required code. > 4. .. animation guiding the learner through the step > https://supravisor.github.io/TestPod/ QUOTE EDITED Starting with a blank page is also...

Hi @jdwilkin4 , may I work on this one? I had similar issues with CI - Node.js / Test italian and portuguese

Arrow and regular function both match in regex101, not sure why they are still failing tests. ![image](https://github.com/freeCodeCamp/freeCodeCamp/assets/153783117/3fae5a11-ac2c-47e9-b15b-c7be3e1b857a) ![image](https://github.com/freeCodeCamp/freeCodeCamp/assets/153783117/02591802-6a9f-4e68-a820-83e8791ac262)

Here is the assertion error from CI Node js It seems to be working for function keyword. ![image](https://github.com/freeCodeCamp/freeCodeCamp/assets/153783117/80e7b5f9-9d4d-45b8-99d0-0f17416926ce) Also for arrow function syntax. ![image](https://github.com/freeCodeCamp/freeCodeCamp/assets/153783117/83ba88f7-64e5-4c9c-997d-c27090fe2a70)

There is an indication. The keyword will appear blue, instead of black. A visual accessibility issue. ![image](https://github.com/freeCodeCamp/freeCodeCamp/assets/153783117/6db7c2e5-8806-469c-b0e5-4580148c3b25) ![image](https://github.com/freeCodeCamp/freeCodeCamp/assets/153783117/ba92c1d3-21b3-4175-8ca4-54d77bcac9c2)

`` is the foundation of html. Boilerplate code this early in the certification makes it too easy, and does not instil good coding practice. I'm for more explicit instructions, or...

Although using `id` as a number is valid JavaScript, Campers may become confused as they are first taught `id` as an attribute. How about renaming `id` to something else, such...

From Pyramid Generator https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/learn-introductory-javascript-by-building-a-pyramid-generator/step-42 >A function is a block of code that can be reused throughout your application. Functions are declared with the following syntax: >``` >function name(parameter) { >...