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 129,882 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
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 28, 2019 - 1 commits
JavaScript Style Guide
-
Updated
Oct 27, 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 27, 2019 - 883 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 28, 2019 - 789 commits
- JavaScript
Search Terms
import
export
unexported
symbols
auto import
completion
global
globals
intellisense
Suggestion
tsserver can auto-complete exported symbols from other modules, and add an import statement that imports the symbol you selected.
It should also suggest global symbols from other modules that are not exported, and add the export keyword if the suggestion
📚 Docs or angular.io bug report
Description
Search box shrinks in width when focused on at around 993px - 1166px wide screen size
@petebacondarwin FYI
🔬 Minimal Reproduction
Tab through topnav or click on search box to see search box shrink
What's the affected URL?**
Reproduction Steps**
Tab through topnav or click on search box to see searc
As described at https://material-ui.com/components/tooltips/#disabled-elements, you have to wrap a disabled button in a span and set pointerEvents to none. This causes the tooltip to never show in Safari.
Do you want to request a feature or report a bug? Feature
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
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
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
In major ticks:
The majorTick configuration is nested under the ticks configuration in the major key. It defines options for the major tick marks that are generated by the axis. Omitted options are inherited from ticks configuration. These options are disabled by default.
- Missing or needed
- [x]
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.
Is your feature request related to a problem? Please describe.
My component contains props that the consumer shouldn't be bothered with. I would like those props to be ignored by the props table.
Describe the solution you'd like
JSDoc already support the @ignore tag. The props table could also use this tag to ignore the props.
Usage:
static propTypes = {
/**
* @ign
const customizer = console.log // returns undefined => merging is handled by `mergeAllWith`
// good
mergeAll([{ a: 1 }, { b: 2 }]) // { a: 1, b: 2 }
mergeAllWith(customizer, [{ a: 1 }, { b: 2 }]) // { a: 1, b: 2 }
// A-OK; customizer logs the following:
// undefined 2 "b" Object { a: 1, b: 2 } Object { b: 2 } undefined
// bad
mergeAll({}, { a: 1 }, { b: 2 }) // { a: 1, b: 2 }; OUExisting Component
是
Component Name
site
Description
add TOC quick access.

example:
antd
 open source codebase and curriculum. Learn to code and help nonprofits.
-
Updated
Oct 27, 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: