Created
August 3, 2016 05:12
-
-
Save lv7777/8cefd853a5768900e814484e11999c91 to your computer and use it in GitHub Desktop.
js one liner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(([url="twitter.com",func]=["tes.com",data=>{console.log(`default is ${data}`)}])=>{fetch(url).then(r=>{return r.text()}).then(data=>{console.log(data+" func is"+func);func(data)})}).bind(null,["example.com",data=>{console.log(data+" fafafafa")}]).bind(null,"sin.com",data=>{console.log(`fa!? ${data}`)})() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment