Skip to content

Commit

Permalink
:nailcare: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SleeplessByte authored Jan 28, 2019
1 parent 17d61ea commit 2ef7410
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tracks/typescript/exercises/matrix/mentoring.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
This exercise introduces:
- String reader via [`String#split`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/split) and [`Array#map`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map)
- String reader via [`String#split`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/split)
- [`Array#map`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map)

### Readonable solutions
### Reasonable solutions

There are two ways to transpose the matrix. Either non-destructive:

Expand Down

0 comments on commit 2ef7410

Please sign in to comment.