An open API service indexing awesome lists of open source software.

https://github.com/codersales/arrow_functions_challenge_from_template

Trying to solve a challenge to use arrow functions to log values to the terminal from a data structure
https://github.com/codersales/arrow_functions_challenge_from_template

Last synced: 5 months ago
JSON representation

Trying to solve a challenge to use arrow functions to log values to the terminal from a data structure

Awesome Lists containing this project

README

          

# PART 1 of 2: Stock README from template
# Arrow Functions

To use this repository:
- Click the "Use this template" button in the upper right
- Choose a name for your repository and create it
- In your own repository, click the green "Gitpod" button

# PART 2 of 2: New Additions to README
## Question:

In this challenge use both types, and unless stated, choose the type you are most comfortable with.

In particular, you will:
Work with arrow functions
Log values to the terminal

Your result should look like the image below when the string "english" is passed into the function

77.5

## "Pre-requisites"

### Code needed to run program in linux terminal
#### run old file
node arrow-functions2.js
#### run new file
node arrow-functions3.js