Skip to content

Instantly share code, notes, and snippets.

@EtherDream
Created October 27, 2021 12:05
Show Gist options
  • Save EtherDream/d41d337acdbc5b8614d5d8592a1c58e5 to your computer and use it in GitHub Desktop.
Save EtherDream/d41d337acdbc5b8614d5d8592a1c58e5 to your computer and use it in GitHub Desktop.

打造闭环:

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 = 'skewX(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 versions) {
}

输出:

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) {}
}

🏳️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment