YS
Size: a a a
YS
А
const str = '?success=true&lang=ru&something'
const urlParams = new URLSearchParams(str)
urlParams.get('lang')YS
const str = '?success=true&lang=ru&something'
const urlParams = new URLSearchParams(str)
urlParams.get('lang')YS
<script>alert('hello')</script>UT
<script>alert('hello')</script>YS
UT
YS
А
const wrapper = document.createElement('div')
wrapper.id = 'pixelId1'
const script = document.createElement('script')
script.textContent = "alert('hello')"
wrapper.appendChild(script)А
YS
YS
BY
YS
YS
let obj = {
57: { name: 'something', priority: 3},
12: { name: 'something2', priority: 1},
12: { name: 'something3', priority: 2},
}А
let obj = {
57: { name: 'something', priority: 3},
12: { name: 'something2', priority: 1},
12: { name: 'something3', priority: 2},
}А
ND
ND