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 20,401 public repositories matching this topic...
A collection of awesome things regarding React ecosystem
-
Updated
Dec 1, 2020
-
Updated
Nov 19, 2020 - JavaScript
-
Updated
Nov 19, 2020 - TypeScript
前端面试每日 3+1,以面试题来驱动学习,提倡每日学习与思考,每天进步一点!每天早上5点纯手工发布面试题(死磕自己,愉悦大家),3000+道前端面试题全面覆盖,HTML/CSS/JavaScript/Vue/React/Nodejs/TypeScript/ECMAScritpt/Webpack/Jquery/小程序/软技能……
-
Updated
Dec 3, 2020 - JavaScript
I've ran into this issue for a couple hours and I ended up editing the dist library adding two new functions called fetchVideo and bufferToVideo that works pretty much like the fetchImage and bufferToImage functions.
I'll leave it here to help somebody else with the same issue and in case someone wants to include it on future releases.
face-api.js
...
exports.fetchVideo = fetc
A React environment for cross platform desktop apps
-
Updated
Sep 12, 2020 - TypeScript
A UiAutomator on android, does not need root access(安卓平台上的JavaScript自动化工具)
-
Updated
Oct 6, 2020 - Java
Currently, when entering epic mode the README is frozen in the last level of the tower. When you're trying to fine-tune the score for a level other than the last one, it would be helpful if we had the README for that level available. The proposal is that when entering epic mode, the README is updated with all levels, one following the other.
Example:
# Starbolt - beginnerA renderless rich-text editor for Vue.js
-
Updated
Nov 27, 2020 - JavaScript
When I passed NaN and an object with the "valueOf" attribute value as a callable function to the first and second parameters of Math.max, chakra did not execute this function. According to the ES10 standard, the ToNumber operation is performed on each parameter of Math.max, and the "valueOf" attribute value function of the second parameter will be executed.
version
chakra-1_11_22
**co
Too young, too simple. Sometimes, naive & stupid
-
Updated
Apr 19, 2019 - JavaScript
An easy-to-read, quick reference for JS best practices, accepted coding standards, and links around the Web
-
Updated
Sep 24, 2020 - HTML
JSS is an authoring tool for CSS which uses JavaScript as a host language.
-
Updated
Nov 21, 2020 - JavaScript
jExcel is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with Excel or any other spreadsheet software.
-
Updated
Dec 3, 2020 - 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
When using asciidoctot.js with object-hash, object-hash will throw error during hashing Object.__proto__.constructor, because it finds the $$base_module property on Object.__proto__.constructor, then try to hash it.
The $$base_module property on Object.__proto__.constructor is enumerable:
Hacker News clone rewritten with universal JavaScript, using React and GraphQL.
-
Updated
Nov 24, 2020 - TypeScript
A quick and powerful plugin for your pull-to-refresh needs in your webapp.
-
Updated
Nov 3, 2020 - JavaScript
-
Updated
Dec 2, 2020 - JavaScript
OAuth Proxy
-
Updated
Nov 28, 2020 - JavaScript
-
Updated
Jul 29, 2020 - JavaScript
-
Updated
Nov 20, 2020 - Objective-C
A Fast & Light Virtual DOM Alternative
-
Updated
Nov 13, 2020 - HTML
Created by Brendan Eich
Released December 4, 1995
- Website
- developer.mozilla.org/en-US/docs/Web/JavaScript
- Wikipedia
- Wikipedia



Is your feature request related to a problem? Please describe.
The code above just hangs.
Describe the solution you'd like
const readline = require('readline'); const input = readline.createInterface({ input: process.stdin }); +input.unref(