This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- http://html5doctor.com/the-dl-element/ --> | |
<dl class="presentations"> | |
<dt>Lasik Xtra: Résultats Cliniques</dt> | |
<dd class="videolink">View Video Presentation</dd> | |
<dd class="presenter">Philippe Charvier, MD (France)</dd> | |
<dt>Lasik Xtra: Principes et Résultats</dt> | |
<dd class="videolink">View Video Presentation</dd> | |
<dd class="presenter">Charles Ghenassia, MD (France)</dd> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |