Skip to content

Commit b3d16e0

Browse files
committed
adding YDKJS link to 'coercions grid'
1 parent 9c39199 commit b3d16e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

coercions-grid/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h1>JavaScript Coercions Grid</h1>
1515
<div class="fixedwtf" title="Fixed WTF">Fixed WTF</div>
1616
</div>
1717
<p>This tool is designed to help visualize JS's value coercion corner cases, specifically the ones that are WTFs, and to see what effect fixing some or all of them can have on the landscape of values.</p>
18-
<p>For lots more information on this topic, please check out <a href="http://davidwalsh.name/fixing-coercion" target="_blank">Fixing Coercion, Not The Symptoms</a>.</p>
18+
<p>For lots more information on this topic, please check out <a href="http://davidwalsh.name/fixing-coercion" target="_blank">Fixing Coercion, Not The Symptoms</a> and <a href="https://github.com/getify/You-Dont-Know-JS/blob/master/types%20&%20grammar/README.md#you-dont-know-js-types--grammar" target="_blank"><em>You Don't Know JS: Types & Grammar</em></a>.</p>
1919

2020
<br style="clear:both;"><br>
2121

0 commit comments

Comments
 (0)