We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c688a68 commit 6aa1613Copy full SHA for 6aa1613
Sprint-2/5-stretch-extend/format-time.js
@@ -8,7 +8,7 @@ function formatAs12HourClock(time) {
8
if(hours<1){
9
return `12:${minutes} am`
10
}
11
- if(hours==12&& minutes==00){
+ if(hours==12 && minutes==00){
12
return "12:00 pm"
13
14
if (hours > 12) {
0 commit comments