Kumar Sidharth
9e752536b4
Correction: jsguide.html - Changed null to undefined
...
## This change is "Not important".
Please don't review this leaving your work behind.
## Change description
Keys not defined in an Object are undefined.
``` javascript
const o = {width: 42};
o.maxWidth === null // false
o.maxWidth === undefined // true
```
2024-02-01 15:44:28 +05:30
Dimitris Apostolou
18fff725af
Fix typos
2022-02-10 17:44:21 +02:00
rebekahpotter
dceb47fb3e
Update JS styleguide ( #464 )
...
Update JS styleguide
Closes #462 .
2019-08-26 23:45:13 -04:00
Ted Osborne
505ba68c74
Revert "Project import generated by Copybara."
...
This reverts commit 54cca78d64
.
2018-01-30 12:36:50 -05:00
Google Python team
54cca78d64
Project import generated by Copybara.
...
PiperOrigin-RevId: 179577576
2018-01-30 12:10:03 -05:00
James Robinson II
6161e33d8a
Fixed a typo.
2017-06-29 22:16:49 -04:00
Stephen Hicks
c212f99186
Update JS style guide
2017-05-08 16:24:00 -07:00
Stephen Hicks
8f254427d9
Update and replace JavaScript style guide.
...
The new guide is completely rewritten in light of ES2015. The old guide
has been replaced with a link to the new guide.
2016-11-17 18:02:23 -08:00