diff --git a/README.md b/README.md index a3d5dcc..94b71f7 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,14 @@ Your code will go into the **src/index.js** file 8. Write a function that accepts a student array as first parameter, and a name as second parameter and return the student with that name. More details in **index.js**. 9. Refactor all of the above functions into arrow functions. +Markdown is a lightweight markup language based on the formatting conventions +that people naturally use in email. +As [John Gruber] writes on the [Markdown site][df1] + +> The overriding design goal for Markdown's +> formatting syntax is to make it as readable +> as possible. The idea is that a +> Markdown-formatted document should be +> publishable as-is, as plain text, without +> looking like it's been marked up with tags +> or formatting instructions. \ No newline at end of file diff --git a/src/index.js b/src/index.js index bea6dce..4029899 100644 --- a/src/index.js +++ b/src/index.js @@ -33,3 +33,4 @@ exports.doubleArray = function doubleArray() {}; exports.findStudentName = function findStudentName() {}; // 9. Transform all of the above into arrow functions below here +// hey was up ?