| Sep |
OCT |
Nov |
|
31 |
|
| 2019 |
2020 |
2021 |
About this capture
The Wayback Machine - http://web.archive.org/web/20201031000047/https://github.com/topics/javascript
Skip to content
Sign up
●
Features →
●Code review
●Project management
●Integrations
●Actions
●Packages
●Security
●Team management
●Hosting
●Mobile
●Customer stories →
●Security →
●
●
●
●Explore GitHub →
Learn & contribute
●Topics
●Collections
●Trending
●Learning Lab
●Open source guides
Connect with others
●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
182,616 public repositories
matching this topic...
Star
316k
freeCodeCamp.org's open source codebase and curriculum. Learn to code at home.
react
nodejs
javascript
d3
teachers
community
education
programming
curriculum
math
freecodecamp
learn-to-code
nonprofits
careers
certification
●
Updated
Oct 30, 2020
●
JavaScript
Star
175k
Open
11
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
6
Find more good first issues →
Star
158k
Open
19
NickHeiner
commented
Oct 20, 2020
When I run the devtools, I get the update-notifier message:
╭────────────────────────────────────────╮
│ │
│ Update available 4.4.0 → 4.9.0 │
│ Run npm i react-devtools to update │
│ │
╰────────────────────────────────────────╯
I appreciate the goal of this message. Ho
Read more
Component: Developer Tools
good first issue
Open
7
Open
31
Find more good first issues →
Star
145k
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
Oct 30, 2020
●
JavaScript
Star
129k
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
Oct 25, 2020
Star
101k
JavaScript Style Guide
javascript
styleguide
eslint
es6
style-linter
linting
style-guide
es2015
naming-conventions
arrow-functions
es2017
es2016
tc39
es2018
●
Updated
Oct 30, 2020
●
JavaScript
Star
86.7k
Open
3
t57ser
commented
Oct 21, 2020
Preflight Checklist
● I have read the Contributing Guidelines for this project.
● I agree to follow the Code of Conduct that this project adheres to.
●I
Read more
10-x-y
11-x-y
bug/regression ↩️
good first issue
Open
4
Open
8
Find more good first issues →
Star
83.5k
📝 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
Oct 27, 2020
●
JavaScript
Star
78.4k
Promise based HTTP client for the browser and node.js
nodejs
javascript
promise
http-client
●
Updated
Oct 30, 2020
●
JavaScript
Star
74.4k
sions
Open
4
ronag
commented
Sep 13, 2020
Missing a validateInteger check
Read more
fs
good first issue
Open
18
Open
2
Find more good first issues →
Star
70.9k
📚 免费的计算机编程类中文书籍,欢迎投稿
react
javascript
android
kotlin
python
swift
pdf
ios
angular
react-native
programming
books
vue
free
●
Updated
Sep 4, 2020
Star
68.6k
Open
5
caspervonb
commented
Sep 22, 2020
This bit of a hack but it's what we can do at the moment without changing up the internal errors.
To get more accurate error mappings we can try to parse the errno from error message string which may contain the errno from Rust when it is an std::io::Error before falling back to the current approach of switching on error.name.
This is a good first issue.
Read more
feat
good first issue
std
Open
7
Open
4
Find more good first issues →
Star
67.2k
Open
8
wenqi73
commented
Sep 8, 2020
🚀 feature request
Relevant Package
Read more
comp: common
feature
good first issue
Open
4
Star
65.3k
Open
6
uhyo
commented
Jul 26, 2020
Read more
Domain: Error Messages
Experience Enhancement
GraceHopperOSD
good first issue
Open
6
Open
4
Find more good first issues →
Star
64.9k
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
Oct 30, 2020
●
JavaScript
Star
64.4k
JavaScript 3D library.
javascript
svg
webgl
html5
canvas
augmented-reality
webaudio
virtual-reality
webgl2
3d
webgpu
gitter-badge
badge-url
devdependencies-badge
webxr
●
Updated
Oct 30, 2020
●
JavaScript
Star
62.1k
Open
8
benneq
commented
Oct 24, 2020
●The issue is present in the latest release.
● I have searched the [issues](https://github.com/mui
Read more
bug 🐛
component: Tooltip
good first issue
Open
13
Open
10
Find more good first issues →
Star
56.2k
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
Oct 30, 2020
●
JavaScript
Star
54.5k
sions
Open
2
StJohn3D
commented
Oct 14, 2020
Is your feature request related to a problem? Please describe
In my component's props TS interface, I can use JSDoc comments to set the description, and can even use the @default tag to describe the default value 💯
However, nothing happens when I use the @deprecated tag.
Describe the solution you'd like
Some ideas:
●It would be nice i
Read more
PN
addon: docs
block: argstable
feature request
Open
2
Open
Find more good first issues →
Star
54.4k
✅ The Node.js best practices list (October 2020)
nodejs
javascript
testing
npm
styleguide
express
microservices
rest
mocha
types
eslint
es6
jest
style-guide
best-practices
expressjs
node-js
nodejs-development
●
Updated
Oct 29, 2020
●
JavaScript
Star
53.4k
Open
11
johnletey
commented
Jul 7, 2020
Read more
good first issue
hacktoberfest
Open
6
Open
3
Star
50.8k
Simple HTML5 Charts using the <canvas> tag
javascript
chart
html5
canvas
graph
hacktoberfest
html5-charts
●
Updated
Oct 30, 2020
●
JavaScript
Star
50.7k
Fast, unopinionated, minimalist web framework for node.
nodejs
javascript
express
server
●
Updated
Oct 23, 2020
●
JavaScript
Star
47.8k
A Vue.js 2.0 UI Toolkit for Web
javascript
components
vuejs
vue
vue-components
ui-kit
element-ui
●
Updated
Oct 29, 2020
●
Vue
Star
47.7k
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
Oct 30, 2020
●
JavaScript
Star
47k
A modern JavaScript utility library delivering modularity, performance, & extras.
javascript
modules
utilities
lodash
●
Updated
Oct 28, 2020
●
JavaScript
Star
43.3k
🗂 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
Oct 3, 2020
Star
42k
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
Oct 30, 2020
●
TypeScript
Star
42k
Open
5
Wade-BuildOtto
commented
Sep 10, 2020
I have been having conflict issues with incompatible versions of google plugins, and have pulled together as much information as I can find, I have removed the gradle plugin from pre Cordova 9
cordova-android-support-gradle-release@3.0.1 - removed now included in Cordova 9.+
and have added to mobile-config.js
App.setPreference('AndroidXEnabled', 'true', 'android');
App.setPreference('Gra
Read more
good first issue
Open
1
Open
11
Find more good first issues →
Star
39.9k
🛁 Clean Code concepts adapted for JavaScript
javascript
best-practices
clean-code
composition
inheritance
clean-architecture
principles
●
Updated
Oct 18, 2020
●
JavaScript
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
●Help
●Community Forum
●Professional Services
●Learning Lab
●Certifications
●Status
●Contact GitHub
Company
●About
●Blog
●Careers
●Press
●Social Impact
●Shop
●
Twitter
●
Facebook
●
YouTube
●
LinkedIn
●
GitHub
●© 2020 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.
We use optional third-party analytics cookies to understand how you use GitHub.com so we can build better products.
Learn more.
We use optional third-party analytics cookies to understand how you use GitHub.com so we can build better products.
You can always update your selection by clicking Cookie Preferences at the bottom of the page.
For more information, see our Privacy Statement.
Essential cookies
We use essential cookies to perform essential website functions, e.g. they're used to log you in.
Learn more
Always active
Analytics cookies
We use analytics cookies to understand how you use our websites so we can make them better, e.g. they're used to gather information about the pages you visit and how many clicks you need to accomplish a task.
Learn more