index.js 81 B

123
  1. $(document).ready(function () {
  2. console.log("Hello, I am some JavaScript.");
  3. });