freeCodeCamp / curriculum

The freeCodeCamp curriculum and lesson editor
Creative Commons Attribution Share Alike 4.0 International
81 stars 124 forks source link

fix(challenges): missing space in code example #276

Closed Nirajn2311 closed 6 years ago

Nirajn2311 commented 6 years ago

Description

In the ES6 challenge - Use Arrow Functions to Write Concise Anonymous Functions the code example for arrow function was:

const myFunc= () => "value"

There is a space missing after myFunc and it has been changed to:

const myFunc = () => "value"

Pre-Submission Checklist

Checklist:

Closes #XXXXX

scissorsneedfoodtoo commented 6 years ago

@Nirajn2311, great catch here! Merging now :+1: