
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,826 public repositories matching this topic...
What problem does this feature solve?
I just spent way too long debugging something really weird until I realized I accidentally wrote :v-if
instead of v-if
.
A warning when wrongly using shorthands like :
on "native" vue attributes could prevent this bad experience easily.
What does the proposed API look like?
:v-if="foo"
--> console.warn("You specified v-bind:/ v-on:
Interaction names longer than about 30 characters are truncated without tooltips and so cannot be seen. If you go to the "Interactions" tab of the profiler, both the left-hand column and the right-hand sidebar are of fixed size and show a truncated name.
We should have a look at combining the CSS of the docs and Bootstrap into one file. We'll be able to extend the theme-color
map and extend the utility API for utilities we only use in the docs.
Related PR: twbs/bootstrap#28500 (this one was closed since our build setup has changed)
A book series on JavaScript. @YDKJS on twitter.
-
Updated
Oct 16, 2019 - 1 commits
JavaScript Style Guide
-
Updated
Oct 16, 2019 - 1 commits
- JavaScript
Consider the following snippet run in the main process where one wants to listen for "will-prevent-default"
events and after some asynchronous operation (do_something
, a call which returns a Promise
) initiated by the event listener, depending on the result (result
) of the operation, call preventDefault
on the even
Promise based HTTP client for the browser and node.js
-
Updated
Oct 16, 2019 - 880 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 16, 2019 - 789 commits
- JavaScript
/**
* @template {string} K
* @template V
*/
class MM {
constructor() {
/** @type {V} */
this.t;
}
}
Expected behavior:
Message: "K is declared but its value is never read"
Actual behavior:
Message: "All type parameters are unused."
Note that the message is the same if K
comes second. The code in checkUnusedTypeParameters looks su
📚 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
Select component's onChange is work, but it cannot render selected value.
import React, { useState } from 'react';
import InputLabel from '@material-ui/core/InputLabel';
import Select from '@material-ui/core/Select';
import MenuItem from '@material-ui/core/MenuItem';
export default function Test() {
const [test, setTest] = useState({
a: '',
b: '',
sum: {
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
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.
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 16, 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 16, 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: