File: index.html

package info (click to toggle)
node-vlq 2.0.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 288 kB
  • sloc: javascript: 101; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (5)
1
2
3
4
5
<p>Check the console! It should print 'hello world', and the source of the log should be reported as <code>helloworld.coffee</code>, if you're in a modern browser (you may need to refresh the page with devtools open).</p>

<p>Clicking on <code>helloworld.coffee</code> should open the original CoffeeScript file in the Sources pane of your devtools.</p>

<script src='helloworld.js'></script>