Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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?