[Timelapse] The Diamond Kata In TypeScript + Wallaby.js (Programming, JavaScript)

preview_player
Показать описание
A quick timelapse of completing the Diamond Kata

The purpose of the excercise isn't a perfect implementation, it's deliberate practice.

---
The Kata
Problem
Given a character from the alphabet, print a diamond of its output with that character being the midpoint of the diamond.

Examples

# A
A

# B
A
B B
A

# C
A
B B
C C
B B
A
Рекомендации по теме
Комментарии
Автор

How you configured wallaby to work with jest and typescript both? I don't see your wallaby.config.js :(

Wynell