Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit 06822f6

Browse files
committed
get-card-value.js update
1 parent 3f51bfb commit 06822f6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

week-3/implement/get-angle-type.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
// Then the function should return "Reflex angle"
2424

2525
// Function to identify the type of angle
26+
//...............................................
27+
28+
//Answer
2629

2730

2831
function getAngleType(angle) {
@@ -45,4 +48,3 @@ function getAngleType(angle) {
4548
return "Unknown angle";
4649
}
4750
}
48-

0 commit comments

Comments
 (0)