Skip to content

Commit 7a5b925

Browse files
Omit Switch statements section
1 parent 55d8b21 commit 7a5b925

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

manual/en-US/coding-standards/chapters/javascript.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -376,11 +376,6 @@ if ( condition &&
376376
}
377377
```
378378
379-
### Switch Statements
380-
381-
// TODO
382-
383-
384379
### Equality
385380
386381
// TODO
@@ -440,11 +435,12 @@ if ( test ) {
440435
441436
- Finish Conditionals
442437
- Functions/subsections
443-
- Switch Statements
444438
- Equality Operators
445439
- Events
440+
- Switch Statements vs other methods like Objects
446441
- Add jQuery examples
447442
- Double check accuracy of all examples
443+
448444
**With help from:**
449445
450446
- [jQuery JS Style Guide](https://contribute.jquery.org/style-guide/js)

0 commit comments

Comments
 (0)