en.javascript.info/1-js/03-code-quality/01-debugging-chrome/debugging.view/index.html
Ilya Kantor 97a0f22ff0 up
2017-01-03 01:36:58 +03:00

14 lines
153 B
HTML

<!DOCTYPE HTML>
<html>
<body>
<script src="hello.js"></script>
An example for debugging.
<script>
hello("John");
</script>
</body>
</html>