thee:微型实用程序,用于将“ this”转换为第一个函数参数

时间:2024-06-11 17:18:37
【文件属性】:

文件名称:thee:微型实用程序,用于将“ this”转换为第一个函数参数

文件大小:8KB

文件格式:ZIP

更新时间:2024-06-11 17:18:37

JavaScript

Thee是一个微型实用程序,它使您不必再使用this关键字。 为什么thee ? 我想我们都可以同意,javascript中的this关键字是愚蠢的。 因此, thee摆脱了使用它的需要。 曾经。 像这样: 通常我们会写 var ackgnowledgeClick = function ( e ) { this . textContent = "You Clicked the button at (" + e . pageX + ", " + e . pageY + ")" ; } ; $ ( 'button' ) . on ( 'click' , ackgnowledgeClick ) ; 现在你可以 npm install thee 或者 jspm install npm:thee 和 import thee from 'thee' var ackgnowledgeCl


【文件预览】:
thee-master
----.gitignore(33B)
----thee.es5.js(2KB)
----package.json(957B)
----README.md(7KB)
----thee.js(2KB)
----bower.json(587B)
----test()
--------test.js(2KB)
----thee.es5.min.js(2KB)

网友评论