Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 154 Bytes

(8 kyu) Beginner - Lost Without a Map.md

File metadata and controls

7 lines (4 loc) · 154 Bytes

Beginner - Lost Without a Map (8 kyu)

Given an array of integers, return a new array with each value doubled.

For example:

[1, 2, 3] --> [2, 4, 6]