Necesito usar estas variables en la siguiente URL (${lat} y ${long}), pero esto no funciona. ¿Cómo puedo hacer eso?
let lat = 38.7267 let long = -9.1403 const urlJsonString = $.getJSON('https://api.openweathermap.org/data/2.5/onecall?lat=${lat}&lon=${long}&exclude=current,hourly,minutely,alerts&units=metric&appid={APPID}