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