mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-05 00:00:18 -04:00
fix(curriculum): update digit length in Phone Number Formatter (2025-09-30) instructions (#62432)
Signed-off-by: JeevaRamanathan <jeevaramanathan.m@infosys.com>
This commit is contained in:
@@ -7,7 +7,7 @@ dashedName: challenge-51
|
||||
|
||||
# --description--
|
||||
|
||||
Given a string of ten digits, return the string as a phone number in this format: `"+D (DDD) DDD-DDDD"`.
|
||||
Given a string of eleven digits, return the string as a phone number in this format: `"+D (DDD) DDD-DDDD"`.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ dashedName: challenge-51
|
||||
|
||||
# --description--
|
||||
|
||||
Given a string of ten digits, return the string as a phone number in this format: `"+D (DDD) DDD-DDDD"`.
|
||||
Given a string of eleven digits, return the string as a phone number in this format: `"+D (DDD) DDD-DDDD"`.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user