Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/careercup/CtCI-6th-Edition-JavaScript
/ urlify-3.js
File
urlify-3.js
chapter01/1.3 - URLify/urlify-3.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
function
urlify(str, len) {
2
let
s =
""
;
3
let
totalSpaces = str.length - len;
4
let
frontSpaces = 0;
Callers
nothing calls this directly
Calls
1
urlify
Function · 0.70
Tested by
no test coverage detected