| Nov |
DEC |
Jan |
|
01 |
|
| 2019 |
2020 |
2021 |
About this capture
The Wayback Machine - http://web.archive.org/web/20201201041632/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
187,559 public repositories
matching this topic...
Sponsor
Star
317k
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
Nov 30, 2020
●
JavaScript
Star
176k
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
160k
Open
23
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 →
Sponsor
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
Nov 30, 2020
●
JavaScript
Sponsor
Star
130k
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
102k
JavaScript Style Guide
javascript
styleguide
eslint
es6
style-linter
linting
style-guide
es2015
naming-conventions
arrow-functions
es2017
es2016
tc39
es2018
●
Updated
Nov 21, 2020
●
JavaScript
Star
87.8k
Open
3
s9ferech
commented
Nov 4, 2020
In the German translation of electron/docs/tutorial/quick-start.md, the command node -v was incorrectly translated as knode -v.
Read more
documentation 📓
good first issue
Open
5
Open
11
Find more good first issues →
Sponsor
Star
87k
📝 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
Nov 30, 2020
●
JavaScript
Star
79.4k
Promise based HTTP client for the browser and node.js
nodejs
javascript
promise
http-client
●
Updated
Dec 1, 2020
●
JavaScript
Star
75.1k
sions
Open
5
szmarczak
commented
Nov 17, 2020
Is your feature request related to a problem? Please describe.
const readline = require('readline');
const input = readline.createInterface({
input: process.stdin
});
The code above just hangs.
Describe the solution you'd like
const readline = require('readline');
const input = readline.createInterface({
input: process.stdin
});
+input.unref(
Read more
doc
good first issue
readline
Open
4
Open
22
Find more good first issues →
Star
71.9k
📚 免费的计算机编程类中文书籍,欢迎投稿
react
javascript
android
kotlin
python
swift
pdf
ios
angular
react-native
programming
books
vue
free
●
Updated
Nov 27, 2020
Sponsor
Star
69.5k
A secure JavaScript and TypeScript runtime
javascript
typescript
deno
●
Updated
Dec 1, 2020
●
TypeScript
Star
68.3k
Open
kapunahelewong
commented
Nov 20, 2020
📚 Docs or angular.io bug report
Description
A clear and concise description of the
Read more
P4
comp: docs
good first issue
Open
1
Open
10
Find more good first issues →
Star
66.5k
Open
MichaelPastuch
commented
Nov 23, 2020
Read more
Bug
Domain: Transforms
Fix Available
good first issue
Open
2
Open
9
Find more good first issues →
Star
65.8k
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
Nov 29, 2020
●
JavaScript
Sponsor
Star
65.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
Dec 1, 2020
●
JavaScript
Star
63.2k
Open
9
rohan-buchner
commented
Nov 29, 2020
I'm struggling to figure out how to get a dev instance of MUI running on my local machine.
Context:
It all started from this question I asked on StackOverflow.
So far I've run the yarn start from the documentation site, which does run the site... but when
Read more
docs
good first issue
Open
5
Open
3
Find more good first issues →
Star
56.6k
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
Nov 30, 2020
●
JavaScript
Star
55.3k
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
55.2k
✅ The Node.js best practices list (December 2020)
nodejs
javascript
testing
npm
styleguide
express
microservices
rest
mocha
types
eslint
es6
jest
style-guide
best-practices
expressjs
node-js
nodejs-development
●
Updated
Nov 27, 2020
●
JavaScript
Star
53.7k
Open
11
johnletey
commented
Jul 7, 2020
Read more
good first issue
hacktoberfest
Open
6
Open
3
Star
51.2k
Simple HTML5 Charts using the <canvas> tag
javascript
chart
html5
canvas
graph
hacktoberfest
html5-charts
●
Updated
Nov 30, 2020
●
JavaScript
Star
51k
Fast, unopinionated, minimalist web framework for node.
nodejs
javascript
express
server
●
Updated
Nov 29, 2020
●
JavaScript
Star
48.3k
A Vue.js 2.0 UI Toolkit for Web
javascript
components
vuejs
vue
vue-components
ui-kit
element-ui
●
Updated
Dec 1, 2020
●
Vue
Star
47.9k
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
Nov 30, 2020
●
JavaScript
Star
47.3k
A modern JavaScript utility library delivering modularity, performance, & extras.
javascript
modules
utilities
lodash
●
Updated
Nov 29, 2020
●
JavaScript
Star
43.7k
🗂 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
Nov 23, 2020
Star
42.2k
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
Nov 30, 2020
●
TypeScript
Star
42.1k
🛁 Clean Code concepts adapted for JavaScript
javascript
best-practices
clean-code
composition
inheritance
clean-architecture
principles
●
Updated
Oct 18, 2020
●
JavaScript
Star
42.1k
Meteor, the JavaScript App Platform
nodejs
javascript
npm
framework
mongodb
meteor
reactive-programming
build-system
zero-configuration
hacktoberfest
uninstall-meteor
●
Updated
Nov 26, 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
●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