New answers tagged javascript
3
votes
Web component (custom element) for a Swing-like (Java) tree with a shared style sheet
I'd say the following changes would help with the overall conciseness and should not affect performance:
Remove connectedMoveCallback; This isn’t a valid lifecycle ...
1
vote
A different way to create HTML elements
I would suggest considering changing the names of the methods to something that resemble what they are intended to and do.
For example, using an underscore to differentiate your custom methods from ...
Top 50 recent answers are included
Related Tags
javascript × 9427jquery × 2239
html × 1057
performance × 841
node.js × 830
beginner × 686
ecmascript-6 × 629
css × 603
algorithm × 488
array × 398
object-oriented × 393
dom × 362
angular.js × 326
ajax × 299
react.js × 291
programming-challenge × 289
functional-programming × 276
html5 × 255
game × 235
json × 218
event-handling × 218
strings × 216
animation × 215
promise × 212
datetime × 195