Supravisor
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
Please close this PR
Arrow and regular function both match in regex101, not sure why they are still failing tests.  
Here is the assertion error from CI Node js It seems to be working for function keyword.  Also for arrow function syntax. 
There is an indication. The keyword will appear blue, instead of black. A visual accessibility issue.  
`` 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) { >...