Ad
  • Custom User Avatar

    Test non-numerical type.

    Test.describe("Test non-numerical type", function() {
        Test.assertEquals(isTriangle('a','B','c'), false);
    });