diff --git a/README.md b/README.md index a3d5dcc..c728492 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,18 @@ 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. + +## My information + +- I am Lum and i live in the Netherlands +- Drag and drop images (requires your Dropbox account be linked) +- Import and save files from GitHub, Dropbox, Google Drive and One Drive +- Drag and drop markdown and HTML files into Dillinger +- Export documents as Markdown, HTML and PDF + +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 diff --git a/src/index.js b/src/index.js index bea6dce..7e41377 100644 --- a/src/index.js +++ b/src/index.js @@ -33,3 +33,5 @@ exports.doubleArray = function doubleArray() {}; exports.findStudentName = function findStudentName() {}; // 9. Transform all of the above into arrow functions below here + +// hello how are you doing?