Skip to content

added new test case to show another example of false result with same length of both strings#94

Open
joo7875 wants to merge 2 commits intocareercup:masterfrom
joo7875:pullrequest
Open

added new test case to show another example of false result with same length of both strings#94
joo7875 wants to merge 2 commits intocareercup:masterfrom
joo7875:pullrequest

Conversation

@joo7875
Copy link

@joo7875 joo7875 commented Apr 6, 2022

No description provided.

@@ -0,0 +1,6 @@
function urlify(s) {
s = s.split(' ').filter(el => el !== '').join('%20');;
Copy link
Collaborator

Choose a reason for hiding this comment

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

In most interviews, they'll want you to write the actual logic other than using in-built function like this, esp if that is part of the question and not just a utility.

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