| Jan |
FEB |
Mar |
|
14 |
|
| 2020 |
2021 |
2022 |
About this capture
The Wayback Machine - http://web.archive.org/web/20210214120337/https://github.com/topics/javascript
Skip to content
Sign up
●
Features →
●Mobile →
●Actions →
●Codespaces →
●Packages →
●Security →
●Code review →
●Project management →
●Integrations →
●GitHub Sponsors →
●Customer stories →
●Security →
●
●
●
●Explore GitHub →
Learn & contribute
●Topics →
●Collections →
●Trending →
●Learning Lab →
●Open source guides →
Connect with others
●The ReadME Project →
●Events →
●Community forum →
●GitHub Education →
●GitHub Stars program →
●
●
Plans →
●Compare plans →
●Contact Sales →
●Nonprofit →
●Education →
In this topic
All GitHub
↵
Jump to
↵
-
No suggested jump to results
{{ message }}
Explore
Topics
Trending
Collections
Events
GitHub Sponsors
Get email updates
#
JavaScript
Star
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
200,502 public repositories
matching this topic...
Sponsor
Star
320k
freeCodeCamp.org's open source codebase and curriculum. Learn to code for free.
react
nodejs
javascript
d3
teachers
community
education
programming
curriculum
math
freecodecamp
learn-to-code
nonprofits
careers
certification
●
Updated
Feb 14, 2021
●
JavaScript
Star
179k
Open
13
YanDevDe
commented
Feb 18, 2020
What problem does this feature solve?
It would allow us to use numbers which is larger than MAX_SAFE_INTEGER.
What does the proposed API look like?
In HTML, {{BigInt("100")}}, {{100n}}, {{2n * 50n}}or{{50n + 50n}} should show "100" (it can be just simply string by using .toString()) at frontend.
At the moment using BigInt in "Mustache" syntax just throw error.
Sure, backu
Read more
feature request
good first issue
has PR
Open
3
Open
7
Find more good first issues →
Star
164k
Open
5
just-boris
commented
Feb 7, 2021
React version: 17.0.1 (latest)
Steps To Reproduce
This code finishes properly in node.js 14, but holds the process open in node.js 15
global.window = global; // simulate JSDOM
require('scheduler');
Since node.js 15, there is a global MessageChannel object now, which prevents node event loop from exiting. To let the process shut down properly, it should either call `po
Read more
Component: Scheduler
good first issue
Open
7
Open
35
Find more good first issues →
Sponsor
Star
148k
sions
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
javascript
css
html
sass
bootstrap
scss
css-framework
●
Updated
Feb 14, 2021
●
JavaScript
Sponsor
Star
134k
A book series on JavaScript. @YDKJS on twitter.
javascript
education
programming
es6
async
book
book-series
es2015
learn-to-code
training-providers
closures
prototypes
training-materials
●
Updated
Feb 8, 2021
Star
105k
JavaScript Style Guide
javascript
styleguide
eslint
es6
style-linter
linting
style-guide
es2015
naming-conventions
arrow-functions
es2017
es2016
tc39
es2018
●
Updated
Feb 3, 2021
●
JavaScript
Sponsor
Star
96.1k
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
javascript
computer-science
algorithm
algorithms
interview
data-structures
interview-preparation
javascript-algorithms
●
Updated
Feb 14, 2021
●
JavaScript
Star
89.3k
Open
6
bpasero
commented
Dec 7, 2020
Issue Details
●Electron Version:
●11.0.3
●Operating System:
●Windows 10
●Last Known Working Electron version:
Expected Behavior
An invalid entry to the JumpList does not cause other entries to disappear.
Actual Behavior
A single invalid JumpList entry makes all other entries disappear.
To Reproduce
Read more
bug 🐞
good first issue
platform/windows
Open
5
Open
6
Find more good first issues →
Star
81.6k
Promise based HTTP client for the browser and node.js
nodejs
javascript
promise
http-client
●
Updated
Feb 13, 2021
●
JavaScript
Star
76.9k
sions
Open
2
ronag
commented
Dec 29, 2020
pipeline should immediately fail with ERR_STREAM_DESTROYED when any of the streams have already been destroyed.
Readable might need a little extra consideration since it's possible to read the data after being destroyed. Should maybe check _readableState.errored and/or _readableState.ended.
Refs: nodejs/node#29227 (comment)
Read more
good first issue
stream
Open
6
Open
4
Find more good first issues →
Star
76k
📚 免费的计算机编程类中文书籍,欢迎投稿
react
javascript
android
kotlin
python
swift
pdf
ios
angular
react-native
programming
books
vue
free
●
Updated
Feb 3, 2021
Sponsor
Star
72.4k
sions
Open
5
06kellyjac
commented
May 14, 2020
Until aarch64 releases are vendored (#4862), deno upgrade should exit with an error message rather than downloading, unzipping, and trying to execute an x86_64 binary on an aarch64 system.
Read more
bug
good first issue
Open
3
Open
22
Find more good first issues →
Star
70.7k
Open
1
jelbourn
commented
Jan 29, 2021
Inspired by PR #36448.
We should set process.title in all of our node binaries, including
●@angular/compiler-cli
●@angular/localize
●@angular/cli
●@angular/service-worker
●Language service (?)
●ng-linker (?)
Read more
P4
comp: compiler
good first issue
hotlist: community-help
Open
3
Star
68.6k
Open
sandersn
commented
Feb 11, 2021
Found when debugging a different mysterious commonjs bug with @elibarzilay:
(一)Install @types/node for this repro. I couldn't get it to repro on a local module, but I think I'm missing something fairly simple.
// @filename: ns.ts
namespace myAssert {
export type cool = 'cool'
}
var myAssert = require('assert')
// @filename: test.js
exports.equal = myAssert.equal
exports.e
Read more
Bug
good first issue
Open
Open
4
Find more good first issues →
Star
68.4k
Short JavaScript code snippets for all your development needs
nodejs
javascript
education
snippets
programming
es6-javascript
learn-to-code
awesome-list
hacktoberfest
snippets-collection
learning-resources
●
Updated
Feb 10, 2021
●
JavaScript
Sponsor
Star
67.2k
JavaScript 3D library.
javascript
svg
webgl
html5
canvas
augmented-reality
webaudio
virtual-reality
webgl2
3d
webgpu
gitter-badge
badge-url
devdependencies-badge
webxr
●
Updated
Feb 14, 2021
●
JavaScript
Star
65.2k
Open
1
mtr1990
commented
Feb 13, 2021
The pseudo class ":first-child" is potentially unsafe when doing server-side rendering. Try changing it to ":first-of-type"
an example case is: MuiTab: https://codesandbox.io/s/uzg95?file=/demo.tsx
Read more
bug 🐛
component: Tabs
good first issue
package: styled-engine
Open
3
Open
6
Find more good first issues →
Star
60.7k
✅ The Node.js best practices list (February 2021)
nodejs
javascript
testing
npm
styleguide
express
microservices
rest
mocha
types
eslint
es6
jest
style-guide
best-practices
expressjs
node-js
nodejs-development
●
Updated
Feb 12, 2021
●
JavaScript
Star
58.5k
sions
Open
2
kev-hoang
commented
Jan 29, 2021
Describe the bug
If the current day of the month the user is in is not available in the target month in the controls date picker, then it would not allow you to select the month. I noticed that the date picker was working fine yesterday (1/28) when I need to select 2/5 for the view and then today (1/29) when I try to select 2/5 it would automatically switch to 3/5.
To Reproduce
Steps
Read more
P3
addon: controls
bug
good first issue
Open
2
Open
5
Find more good first issues →
Star
57.4k
sions
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
javascript
web-performance
webpack
web
es6
compiler
commonjs
amd
es2015
plugins
javascript-compiler
build-tool
loaders
module-bundler
esm
javascript-modules
●
Updated
Feb 13, 2021
●
JavaScript
Star
54.3k
Open
12
johnletey
commented
Jul 7, 2020
Read more
good first issue
hacktoberfest
Open
6
Open
4
Star
52.1k
sions
Simple HTML5 Charts using the <canvas> tag
javascript
chart
html5
canvas
graph
hacktoberfest
html5-charts
●
Updated
Feb 13, 2021
●
JavaScript
Star
51.9k
sions
Fast, unopinionated, minimalist web framework for node.
nodejs
javascript
express
server
●
Updated
Feb 2, 2021
●
JavaScript
Star
49.1k
A Vue.js 2.0 UI Toolkit for Web
javascript
components
vuejs
vue
vue-components
ui-kit
element-ui
●
Updated
Feb 10, 2021
●
Vue
Star
49k
sions
A professional front-end template for building fast, robust, and adaptable web apps or sites.
javascript
css
html
html5
best-practices
robust
html5-boilerplate
●
Updated
Feb 13, 2021
●
JavaScript
Star
48.2k
A modern JavaScript utility library delivering modularity, performance, & extras.
javascript
modules
utilities
lodash
●
Updated
Feb 11, 2021
●
JavaScript
Sponsor
Star
47k
sions
🗂 The perfect Front-End Checklist for modern websites and meticulous developers
javascript
css
html
lists
checklist
web-development
frontend
reference
resources
guidelines
front-end-development
front-end-developer-tool
●
Updated
Feb 4, 2021
Star
45.8k
🛁 Clean Code concepts adapted for JavaScript
javascript
best-practices
clean-code
composition
inheritance
clean-architecture
principles
●
Updated
Jan 21, 2021
●
JavaScript
Star
44k
sions
Curated list of project-based tutorials
javascript
python
golang
tutorial
cpp
beginner-project
project
webdevelopment
●
Updated
Feb 1, 2021
Star
43k
A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
react
javascript
ios
angular
mobile
framework
typescript
web
ionic
pwa
vue
material-design
webcomponents
frontend
stencil
capacitor
stenciljs
●
Updated
Feb 12, 2021
●
TypeScript
Created by Brendan Eich
Released December 4, 1995
Website
developer.mozilla.org/en-US/docs/Web/JavaScript
Wikipedia
Wikipedia
Related Topics
nodejs
Product
●Features
●Security
●Team
●Enterprise
●Customer stories
●The ReadME Project
●Pricing
●Resources
●Roadmap
Platform
●Developer API
●Partners
●Atom
●Electron
●GitHub Desktop
Support
●Docs
●Community Forum
●Professional Services
●Learning Lab
●Status
●Contact GitHub
Company
●About
●Blog
●Careers
●Press
●Social Impact
●Shop
●
GitHub on Twitter
●
GitHub on Facebook
●
GitHub on YouTube
●
GitHub on LinkedIn
●
GitHub’s organization on GitHub
●© 2021 GitHub, Inc.
●Terms
●Privacy
●Site Map
●What is Git?
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.