slice string javascript if has 40

Solutions on MaxInterview for slice string javascript if has 40 by the best coders in the world

showing results for - "slice string javascript if has 40"
Vincent
14 Apr 2018
1let email = 'john@example.com'
2let localPart = email.slice(0,email.indexOf('@'));