Ad
  • Custom User Avatar

    Thank you, for feedback.
    Of course, for real task it's more logical to use objects, not arrays. But the aim of this kata is to show how to use arrays where content have different types. Later I will try to do this idea using normal objects. I'll try to add more test-cases

  • Custom User Avatar

    as I know it's deprecated trend for js code to write more than one var in function, and especially deprecated to write var in for, do etc.