Including variables inside strings - eg for node urls
const url = 'http://localhost:9011/api' // special ' is used here console.log(`${url}/cells`) return request.get(`${url}/cells`)