about | help | code help+videos | done | prefs |
Given a string representing an email address, split it to return a 3-element array representing the username, domain, and domain extension. split2("mst3k@virginia.edu") → ["mst3k", "virginia", "edu"] split2("billgates@microsoft.com") → ["billgates", "microsoft", "com"] split2("bunnie@bunnie.net") → ["bunnie", "bunnie", "net"] ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 360
Copyright Nick Parlante 2017 - privacy