xxxxxxxxxx
const TMDB_TOKEN = import.meta.env.VITE_APP_TMBD_TOKEN
xxxxxxxxxx
function namesOnly(arr){
// your code here
}
console.log(namesOnly([
{
name: "Angelina Jolie",
age: 80
},
{
name: "Eric Jones",
age: 2
},
{
name: "Paris Hilton",
age: 5
},
{
name: "Kayne West",
age: 16
},
{
name: "Bob Ziroll",
age: 100
}
]));
// ["Angelina Jolie", "Eric Jones", "Paris Hilton", "Kayne West", "Bob Ziroll"]
xxxxxxxxxx
{
"key": "ctrl+shift+r ctrl+e",
"command": "editor.action.codeAction",
"args": {
"kind": "refactor.extract.function"
}
}
xxxxxxxxxx
An object-coordinate model that is rendered as a collection of primitives.