🌬М
Size: a a a
🌬М
B
VP
🌬М
1
const [a,,b] = [1,2,3]
ок, но если есть вариант получше то было бы круто..B
🌬М
DM
DM
const express = require('express')
const app = express()
const port = 3000
app.get('/', (req, res) => {
const json = require('./file.json')
const result = doSomeStuff(json)
res.send(result)
})
app.listen(port, () => {
console.log(`Server is listening at http://localhost:${port}`)
})
ДС
ДС
NS
Uncaught TypeError: document.querySelector(...).elements.slice is not a function
at <anonymous>:1:55
🌬М
⠀⠀
Uncaught TypeError: document.querySelector(...).elements.slice is not a function
at <anonymous>:1:55
elements
? querySelector
же первый елемент только возвращаетVH
VH
VH