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 55d8b21 commit 7a5b925Copy full SHA for 7a5b925
manual/en-US/coding-standards/chapters/javascript.md
@@ -376,11 +376,6 @@ if ( condition &&
376
}
377
```
378
379
-### Switch Statements
380
-
381
-// TODO
382
383
384
### Equality
385
386
// TODO
@@ -440,11 +435,12 @@ if ( test ) {
440
435
441
436
- Finish Conditionals
442
437
- Functions/subsections
443
-- Switch Statements
444
438
- Equality Operators
445
439
- Events
+- Switch Statements vs other methods like Objects
446
- Add jQuery examples
447
- Double check accuracy of all examples
+
448
**With help from:**
449
450
- [jQuery JS Style Guide](https://contribute.jquery.org/style-guide/js)
0 commit comments