JavaScript
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.
-
- Sign up for GitHub or sign in to edit this page
- Created by Brendan Eich
- Released December 4, 1995
Here are 128,736 public repositories matching this topic...
Version
2.6.10
Reproduction link
Steps to reproduce
- compare the AsyncComponentFactory definition with the document
What is expected?
attribute 'componen
Hey guys, great job with the new devtools
What is the current behavior?
- Copying data to clipboard stringifies all key-value pairs of an object
- When the keys' values happen to be objects or arrays, the values are given in constructor form
https://twbs-bootstrap.netlify.com/docs/4.3/utilities/borders/#border-radius
This doesn't look so good, and also on mobile the images don't have any vertical margins. Could be improved IMO.
A book series on JavaScript. @YDKJS on twitter.
-
Updated
Oct 15, 2019 - 1 commits
JavaScript Style Guide
-
Updated
Oct 15, 2019 - 1 commits
- JavaScript
The typings file specifies:
setVibrancy(type: 'appearance-based' | 'light' | 'dark' | 'titlebar' | 'selection' | 'menu' | 'popover' | 'sidebar' | 'medium-light' | 'ultra-dark'): void;whereas docs suggest that passing null disables vibrancy.
The argument type should be nullable
Promise based HTTP client for the browser and node.js
-
Updated
Oct 15, 2019 - 876 commits
- JavaScript
In many places in the documentation (example: 'socket' event), socket is not necessarily a net.Socket, but always a stream.Duplex (which net.Socket inherits from). We should at least mention that if we don't want to replace all references.
The deprecated decodeDracoFile method should be removed and replaced with a parse method similar to other loaders. Currently decodeDracoFile does not propagate errors, and should do so. So probably a signature like:
dracoLoader.parse( arrayBuffer, /* options, maybe? */, onLoad, onError );📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
-
Updated
Oct 15, 2019 - 789 commits
- JavaScript
https://twitter.com/rauschma/status/1181852019264503808
We should give a more helpful message when missing "lib": ["dom"].
If accessing a property on a type that was
- empty and
- declared in the global scope and
- named after a pattern that matches
/^HTML\w+Element$/
it is likely a forward declaration for DOM environments, and we should provide an error message like:
Pro
📚 Docs or angular.io bug report
Description
In the Component Class section, the reference of angul
Do you want to request a feature or report a bug? Feature
My understanding is that a children prop should always be explicitly listed in the API docs whether or not it is supported (if not supported, type is specified as unsupportedProp, e.g. BottomNavigationAction).
The following components do not have a children prop, and it is therefore unclear from the API docs whether or not they su
So getAllowedLocations is mentioned in the Atom flight manual, but it's not mentioned elsewhere in the docs. I thought I could implement just getDefaultLocation without having to also implement getAllowedLocations, but I get the following in the developer tools:
`C:\Use
Description
So our function arrayToHtmlList is in a pretty bad space and could use an update. We already had some discussion over at #675 but I wanted to move the update discussion over to an issue for more visibility.
Current problem:
It uses an awkward query selector instead of the `document.prototype.getElementBy
If you follow the readme procedure, the following error will occur in the first npm install express.
saveError ENOENT: no such file or directory, open '/xxx/xxx/package.json'
As you know, the cause is package.json does not exist.
Other users seem to have a similar error, so it seems better to add npm init to the readme.
Or I thought it would be nice to bring a link `Please follow
Axis callbacks
Documentation Is:
- Missing or needed
- Confusing
- Not Sure?
Please Explain in Detail...
Axis documentation states that various callbacks can be provided to control axis lifecycle.
Common configuration section defines callbacks property for
Hi, this is a feature request I suppose. The zip file download from the home page is a bit of a 'zip bomb'. I think it would be better to unzip into a contained folder as this can be quite annoying.
https://github.com/storybookjs/presets/blob/master/packages/preset-storysource/index.js
- Move the preset from the presets repo into this package
- Update it to use
source-loader - Update docs
A modern JavaScript utility library delivering modularity, performance, & extras.
-
Updated
Oct 15, 2019 - 7 commits
- JavaScript
Existing Component
是
Component Name
site
Description
add TOC quick access.

example:
antd
 open source codebase and curriculum. Learn to code and help nonprofits.
-
Updated
Oct 15, 2019 - 8 commits
- CSS
Learn about javascript
- Website
- developer.mozilla.org/en-US/docs/Web/JavaScript
- Wikipedia
- Wikipedia
Related topics
See more topics
10 games in ≤ 13kB of JavaScript - js13kGames 2019 winners
Over 200 games were submitted for this year’s js13kGames–a community-organized game jam giving particpants 31 days to build a game using no more than 13kB of JavaScript. Here are the top 10 as voted on by the developers themselves.
to reproduce: