Skip to content

Commit ea1ea1b

Browse files
committed
wireframe errors
1 parent c01d4cc commit ea1ea1b

3 files changed

Lines changed: 9 additions & 92 deletions

File tree

‎Sprint-3/4-mandatory-interpret/time-format.js‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@ console.log(formatTimeDisplay(61));
4040
// =============> numString = "1" so string has only one character "01" the return value of pad when it is called for the last time in this program is "01".
4141
// This is because the while loop in the pad function adds a leading zero to the string representation of num until its length is at least 2.
4242
// Since num is 1, it becomes "01" after one iteration of the loop.
43+
//

‎Wireframe/index.html‎

Lines changed: 0 additions & 92 deletions
This file was deleted.

‎Wireframe/style .css‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/*
2+
(Suggestion) Use a top-down approach when applying CSS:
3+
1. Lay out the top-level elements: <header>, <main>, <footer>
4+
2. Lay out the articles within <main>
5+
3. Style individual elements
6+
7+
Please REMOVE this comment before submitting your work.
8+
*/

0 commit comments

Comments
 (0)