2,983 results for javascript

github.com/gmemstr/no-swears

gmemstr/no-swears

Clean up your JavaScript strings and remove those filthy words. (⭐ 9)

github.com/upsetjs/upsetjs

upsetjs/upsetjs

? UpSet.js - a set visualization library for rendering UpSet Plots (a JavaScript re-implementation of UpSet(R) by Lex et al), Euler Diagrams, Venn Diagrams, and Karnaugh Maps (⭐ 148)

github.com/fengyuanchen/pickerjs

fengyuanchen/pickerjs

⚠️ [Deprecated] No longer maintained. JavaScript date time picker. (⭐ 315)

github.com/jasonzissman/TimeMe.js

jasonzissman/TimeMe.js

A JavaScript library to accurately time how long a user views a web page, disregarding idle time and time when the tab or window is minimized. (⭐ 606)

github.com/vercel/turborepo

vercel/turborepo

Build system optimized for JavaScript and TypeScript, written in Rust (⭐ 29951)

www.bing.com/ck/a?!&&p=305799a5f7b408cb79ce3247a9bdf03f7762bc8f1e84ad698cf91ae4e4836eedJmltdHM9MTc3Mjc1NTIwMA&ptn=3&ver=2&hsh=4&fclid=1c603ff4-3be2-6daf-2411-28e03aa06caf&u=a1aHR0cHM6Ly9tYWlsLmFvbC5jb20vZ2V0bXlkYXRhP3Jlc3VsdD0w&ntb=1

Login - Sign in to AOL - AOL Mail

outlook.com aol.com Forgot username? Create an account HelpTermsPrivacy x Enable JavaScript and try again.

www.bing.com/ck/a?!&&p=003d9dad93e9da7a4b0635f3a0ad7fc322dae367a1adf0f1f791a6799bd78879JmltdHM9MTc3Mjc1NTIwMA&ptn=3&ver=2&hsh=4&fclid=3ce5f2ec-e6a5-65f5-2105-e5f8e7676425&u=a1aHR0cHM6Ly9zdGFja292ZXJmbG93LmNvbS9xdWVzdGlvbnMvMzk2MjI3Nzgvd2hhdC1pcy1uZXctaW4tdHlwZXNjcmlwdA&ntb=1

javascript - what is new () in Typescript? - Stack Overflow

83 new() describes a constructor signature in typescript. What that means is that it describes the shape of the constructor. For instance take {new(): T; }. You are right it is a type. It is the type of a class …

www.bing.com/ck/a?!&&p=9a15967e056f5e18629683a0ad8f67b29bf2a6c8b91b5cde898549747a93b7a9JmltdHM9MTc3Mjc1NTIwMA&ptn=3&ver=2&hsh=4&fclid=3ce5f2ec-e6a5-65f5-2105-e5f8e7676425&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=bba44882afdd742e77ab111e707ac61ad6eb92176bdda82735384d0993d54e50JmltdHM9MTc3Mjc1NTIwMA&ptn=3&ver=2&hsh=4&fclid=3ce5f2ec-e6a5-65f5-2105-e5f8e7676425&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/algolia/instantsearch

algolia/instantsearch

⚡️ Libraries for building performant and instant search and recommend experiences with Algolia. Compatible with JavaScript, TypeScript, React and Vue. (⭐ 4022)

github.com/TradeMe/tractor

TradeMe/tractor

A UI around Protractor to help write E2E tests for Angular applications without needing to know JavaScript (⭐ 25)

github.com/microsoft/BotBuilder-Samples

microsoft/BotBuilder-Samples

Welcome to the Bot Framework samples repository. Here you will find task-focused samples in C#, JavaScript/TypeScript, and Python to help you get started with the Bot Framework SDK! (⭐ 4508)

github.com/helgeholm/randy

helgeholm/randy

JavaScript library inspired by Python's module "random". Based on WELL-1024a PRNG. (⭐ 19)

github.com/Vets-Who-Code/api-list

Vets-Who-Code/api-list

List of fun apis that are free for troops to play with while learning javascript (⭐ 206)

www.bing.com/ck/a?!&&p=a8af3d07739e6abd78ed91c22d3c9503f3751cd3b1d53183c1c5f92a4e5d0f04JmltdHM9MTc3Mjc1NTIwMA&ptn=3&ver=2&hsh=4&fclid=1d173445-5958-6f19-1287-235158176e18&u=a1aHR0cHM6Ly93d3cuemhpaHUuY29tL3F1ZXN0aW9uLzQwMzMwNTQ3Mw&ntb=1

JS的console.log是如何实现的? - 知乎

了解 console 什么是 console ? console 其实是 JavaScript 内的一个原生对象,内部存储的方法大部分都是在浏览器控制台输出一些内容,并且还提供了很多的辅助方法。 最常见的 console 我们在开发中, …

github.com/Evrytos-cooler/algorithm

Evrytos-cooler/algorithm

A well-organized JavaScript implementation library covering essential algorithms and LeetCode-style problems. Key features: - **Core Domains**: Dynamic Programming (Knapsack variants), Backtracking (permutations/combinations), Monotonic Stack (rainwater trappi…