js
JavaScript (JS) is a lightweight interpreted or JIT-compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat. JavaScript is a prototype-based, multi-paradigm, dynamic language, supporting object-oriented, imperative, and declarative (e.g. functional programming) styles.
Here are 34,656 public repositories matching this topic...
A collection of awesome things regarding React ecosystem
-
Updated
May 29, 2022
-
Updated
Jun 4, 2022 - JavaScript
Respectively, we have the following opening PRs from dependabot, where we need to test everything out, as such build scripts, and so on, to make sure that nothing is going to be broken if we merge them in main:
- #1722
- #1720
- #1706
- #1705
- #1704
- #1703
- #1698
- #1697
- #1724
Anyone feel free to pick it up and update your progress h
前端面试每日 3+1,以面试题来驱动学习,提倡每日学习与思考,每天进步一点!每天早上5点纯手工发布面试题(死磕自己,愉悦大家),5000+道前端面试题全面覆盖,HTML/CSS/JavaScript/Vue/React/Nodejs/TypeScript/ECMAScritpt/Webpack/Jquery/小程序/软技能……
-
Updated
Jun 3, 2022 - JavaScript
The headless editor framework for web artisans.
-
Updated
May 30, 2022 - TypeScript
A React environment for cross platform desktop apps
-
Updated
Feb 12, 2022 - TypeScript
the following poc cause a assertion failure in "debug" build on ubuntu.
function opt(){
const v2 = [-1000000000.0];
v2.length = 4294967295;
const v3 = v2.copyWithin();
return v3;
}
for(let i=0;i<0x200;i++){
opt(false);
}
An easy-to-read, quick reference for JS best practices, accepted coding standards, and links around the Web
-
Updated
Oct 31, 2021 - HTML
Too young, too simple. Sometimes, naive & stupid
-
Updated
Apr 19, 2019 - JavaScript
Port tests from Got
Got has a very good coverage test-wise. Would be nice to port relevant tests that we're missing over to Ky.
Note: Not for https://github.com/sindresorhus/ky/blob/master/test/browser.js, but for everything else.
GUIA EXTENSO DE PROGRAMAÇÃO:
-
Updated
May 30, 2022
JSS is an authoring tool for CSS which uses JavaScript as a host language.
-
Updated
Apr 24, 2022 - JavaScript
Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with other spreadsheet software.
-
Updated
May 23, 2022 - JavaScript
-
Updated
Mar 27, 2022 - JavaScript
System information
- node version: v10.13.0
- npm or yarn version: 6.4.1
- OS/version/architecture: gLinux 64-bit (Google-internal, like Debian Testing)
- Applicable nodegit version: v0.23.0 built from source
https://www.nodegit.org/api/tree/ has an example of how to use tree.walk(), but it doesn't mention a critical detail, which is mentioned in an example:
https://github.com
execjs uses the process io stream to get the results from running an expression.
But opal detects the presence of the process object, and if it is there uses it rather than console.log for doing output via puts etc.
This means that if you are using execjs + V8 you can't do a puts !!!
I would favor reversing the order of the check so that if console is available, we use that, then if its not
Fix DelegateClass
Hacker News clone rewritten with universal JavaScript, using React and GraphQL.
-
Updated
Jun 2, 2022 - TypeScript
-
Updated
Feb 19, 2022 - TypeScript
A quick and powerful plugin for your pull-to-refresh needs in your webapp.
-
Updated
May 29, 2022 - JavaScript
-
Updated
May 19, 2022 - JavaScript
互联网大厂内推及大厂面经整理,并且每天一道面试题推送。每天五分钟,半年大厂中
-
Updated
Jun 4, 2022 - Vue
Created by Brendan Eich
Released December 4, 1995
- Website
- developer.mozilla.org/en-US/docs/Web/JavaScript
- Wikipedia
- Wikipedia



This happens very infrequently, but would be great to make this automated
Follow up to nodejs/Release#576