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
- Host: GitHub
- URL: https://github.com/codersales/arrow_functions_challenge_from_template
- Owner: CoderSales
- Created: 2022-03-10T09:28:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-14T21:14:12.000Z (almost 4 years ago)
- Last Synced: 2025-05-30T16:54:23.398Z (8 months ago)
- Language: JavaScript
- Size: 353 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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