index.js 216 B

123456789
  1. // import 'bootstrap';
  2. import 'bootstrap'
  3. import 'bootstrap/dist/css/bootstrap.min.css'
  4. console.log("Hello from JavaScript!");
  5. var name = "Bob", time = "today";
  6. console.log(`Hello ${name}, how are you ${time}?`);