Skip to content

Converting a string from upper case to lower case#201

Open
Unnam29 wants to merge 2 commits intokscanne:masterfrom
Unnam29:Bhavana
Open

Converting a string from upper case to lower case#201
Unnam29 wants to merge 2 commits intokscanne:masterfrom
Unnam29:Bhavana

Conversation

@Unnam29
Copy link

@Unnam29 Unnam29 commented Feb 16, 2023

No description provided.

Copy link
Owner

@kscanne kscanne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This code makes no attempt to deal with the complexities outlined in the problem statement. The code needs to handle various language-specific cases, and in particular should pass the test cases given in the .tsv file. This code clearly does not.

@Unnam29 Unnam29 closed this Feb 28, 2023
@Unnam29 Unnam29 reopened this Feb 28, 2023
@@ -0,0 +1,23 @@
function getTriangleType(jsonString) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As we discussed, I said I would review this submission even though it was late. But you need to read the assignment again — this was not the task for the lab. In fact, I made it clear you were not intended to implement the function... only write test cases in the specified format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants