2,981 results for javascript

www.bing.com/ck/a?!&&p=35663cbf16bf6804bf442710afd0decdeefc4d9ca2b8a4fb188083b692fac92aJmltdHM9MTc3MjU4MjQwMA&ptn=3&ver=2&hsh=4&fclid=2e103b83-f396-6897-0027-2c91f2286945&u=a1aHR0cHM6Ly9zdGFja292ZXJmbG93LmNvbS9xdWVzdGlvbnMvNjc1MDg4MC9ob3ctZG9lcy10aGUtbmV3LW9wZXJhdG9yLXdvcmstaW4tamF2YXNjcmlwdA&ntb=1

How does the new operator work in JavaScript? - Stack Overflow

The new operator uses the internal [[Construct]] method, and it basically does the following: Initializes a new native object Sets the internal [[Prototype]] of this object, pointing to the Function prototype …

www.bing.com/ck/a?!&&p=6d32ccb137be9dc130e85873665f67e3f4f671666a02d782ce47b3997193f773JmltdHM9MTc3MjU4MjQwMA&ptn=3&ver=2&hsh=4&fclid=2e103b83-f396-6897-0027-2c91f2286945&u=a1aHR0cHM6Ly9zdGFja292ZXJmbG93LmNvbS9xdWVzdGlvbnMvMzgzNDAyL2lzLWphdmFzY3JpcHRzLW5ldy1rZXl3b3JkLWNvbnNpZGVyZWQtaGFybWZ1bA&ntb=1

Is JavaScript's "new" keyword considered harmful?

It is NOT 'bad' to use the new keyword. But if you forget it, you will be calling the object constructor as a regular function. If your constructor doesn't check its execution context then it won't notice that 'this' …

github.com/TehShrike/deepmerge

TehShrike/deepmerge

A library for deep (recursive) merging of Javascript objects (⭐ 2821)

github.com/mrhooray/swim-js

mrhooray/swim-js

JavaScript implementation of SWIM membership protocol (⭐ 142)

github.com/floating-ui/floating-ui

floating-ui/floating-ui

A JavaScript library to position floating elements and create interactions for them. (⭐ 32470)

github.com/BrainJS/brain.js

BrainJS/brain.js

? GPU accelerated Neural networks in JavaScript for Browsers and Node.js (⭐ 14869)

github.com/redom/redom

redom/redom

Tiny (2 KB) turboboosted JavaScript library for creating user interfaces. (⭐ 3435)

github.com/SoftSec-KAIST/CodeAlchemist

SoftSec-KAIST/CodeAlchemist

CodeAlchemist: Semantics-Aware Code Generation to Find Vulnerabilities in JavaScript Engines (NDSS '19) (⭐ 241)

github.com/fnando/i18n-js

fnando/i18n-js

It's a small library to provide the I18n translations on the Javascript. It comes with Rails support. (⭐ 3794)

github.com/toji/gl-matrix

toji/gl-matrix

Javascript Matrix and Vector library for High Performance WebGL apps (⭐ 5656)

github.com/timcharper/calendar_date_select

timcharper/calendar_date_select

A previously popular but no longer maintained JavaScript DatePicker for RubyOnRails (and others) (⭐ 409)

github.com/neuronetio/gantt-schedule-timeline-calendar

neuronetio/gantt-schedule-timeline-calendar

Gantt Gantt Gantt Timeline Schedule Calendar [ javascript gantt, js gantt, projects gantt, timeline, scheduler, gantt timeline, reservation timeline, react gantt, angular gantt, vue gantt, svelte gantt, booking manager ] (⭐ 3548)

github.com/NUKnightLab/TimelineJS3

NUKnightLab/TimelineJS3

TimelineJS v3: A Storytelling Timeline built in JavaScript. http://timeline.knightlab.com (⭐ 3167)

github.com/NUKnightLab/TimelineJS

NUKnightLab/TimelineJS

TimelineJS: A Storytelling Timeline built in JavaScript. (⭐ 8946)

github.com/moment/moment

moment/moment

Parse, validate, manipulate, and display dates in javascript. (⭐ 48055)