exercism / coffeescript

Exercism exercises in CoffeeScript.
https://exercism.org/tracks/coffeescript
MIT License
19 stars 50 forks source link

Add protein translation #259

Closed BNAndras closed 5 months ago

BNAndras commented 5 months ago

Looking ahead to week 5 of #48in24.

Related to #236

BNAndras commented 5 months ago

@ErikSchierboom, here's another one for your review. I made sure to clean up the stub this time. :)

ladokp commented 5 months ago

Hi @BNAndras, while trying to solve this new exercise, I'm getting the following non-error message:

We received the following error when we ran your code:

...........................

Finished in 0.01 seconds
27 tests, 27 assertions, 0 failures, 0 skipped

Any idea what's wrong here?