liammclennan / JavaScript-Koans

javascript koans is an interactive learning environment that uses failing tests to introduce students to aspects of JavaScript in a logical sequence.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test 49: About Reflection (topics/about_reflection.js)

RosettaHalt opened this issue · comments

commented

Hi!
Thank you for the wonderful things.

There are two the same thing on line 60 and line 59.
I think line 60 is "b.constructor.name".

line59: equals(a.constructor.name, __, "what is the name of a's constructor?");
line60: equals(a.constructor.name, __, "what is the name of b's constructor?");

Thanks. Fixed 5e46b