3

互联网黑话 JS 实现

 2 years ago
source link: https://www.v2ex.com/t/811050
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

V2EX  ›  程序员

互联网黑话 JS 实现

  iqoo · 8 小时 6 分钟前 · 877 次点击

打造闭环:

var a = {}
var b = {}
a.b = b
b.a = a

底层逻辑:

fn.toString()

跨端联动:

window.open('steam://rungame/996/')

价值沉淀:

array.push(value)

降维打击:

[[1, 2], [3, 4]].flat()

完善逻辑:

try {
    logic()
} catch (err) {
    // 0 error(s), 0 warning(s)
}

资源倾斜:

img.style.transform = 'rotate(45deg)'

体验度量:

performance.measure()

强化心智:

'❤️🧠'.bold()
form.method = a ? 'GET' : 'POST'
button.disabled = false
array.shift()
location = '//stackoverflow.com/search?q=' + question
var obj = new Object()
canvas.drawImage()
dispatchEvent(new Event(0))
export function add(a, b) {
    return a + b
}
for (v of verions) {
}
console.log(1000)
try {
    007()
} catch (err) {
    continue
}
input.focus()
eval(s)
debugger
B.reverse()
div.style.display = 'grid'
div.style.textAlign = 'left'
div.style.bottom = '0px'
navigator.platform
Object.assign(a, b)
eat().then(fuck)
if (navigator.language === 'fr') {
    while(1) {}
}

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK