Ad
  • Custom User Avatar

    Task
    Write function which validate string input. If string is a perfect square return true, false otherwise.

    Your function should return true or false, because the author has used == instead of === when you return a non empty string it's evaluated to true.