Skip to content

Commit

Permalink
rephrase null, add another example
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Nov 28, 2017
1 parent d0ab02b commit a1f4c51
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion infra.bs
Expand Up @@ -277,10 +277,13 @@ be reported and addressed.

<h3 id=nulls>Nulls</h3>

<p>The value null is identical to the JavaScript <b>null</b> value. [[!ECMA-262]]
<p>The value null is used to indicate the lack of a value. It can be used interchangeably with the
JavaScript <b>null</b> value. [[!ECMA-262]]

<p class=example id=example-null>Let <var>element</var> be null.

<p class=example id=example-null-return>If <var>input</var> is the empty string, then return null.


<h3 id=booleans>Booleans</h3>

Expand Down

0 comments on commit a1f4c51

Please sign in to comment.