Identifying Triangle Types
You have a array of three integers called "nums" which represent the lengths of sides that could form a triangle.
Your task is to determine the type of triangle that can be formed using these side lengths: equilateral, isosceles, scalene, or none if no triangle can be formed.
Ada AI
I want to discuss a solution
Help me solve this
Give more examples
What's wrong with my code?
How to use 'for loop' in javascript?
javascript (node 13.12.0)