The https://www.freeCodeCamp.org open source codebase and curriculum. Learn to code for free together with millions of people.
-
Updated
Nov 6, 2019 - 25 commits
- 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.
The https://www.freeCodeCamp.org open source codebase and curriculum. Learn to code for free together with millions of people.
I had a nice issue description before github/related issues-beta ate it, here's the gist:
https://getbootstrap.com/docs/4.3/utilities/flex/#justify-content
The flex justify documentation examples only display equal-width items (<div>Flex Item</div>).
It might be wise to add one or two examples with non-equal-width divs and more than 3 cols.
Specifically to illustrate that the middl
A book series on JavaScript. @YDKJS on twitter.
JavaScript Style Guide
Promise based HTTP client for the browser and node.js
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
Since this targets 3.7.1, I'm going to close this bug. When class fields reaches stage 4, I'll do the final two steps.
Originally posted by @sandersn in microsoft/TypeScript#27644 (comment)
Provide a quick fix to fix these breaks.
Clicking the delete button for an option in the "Multiple Values" and "Fixed Options" examples removes whatever is first in the last.
Clicking the d
Do you want to request a feature or report a bug? Feature
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
Documentation Is:
Having a look to the current documentation, the chain to set the datasets options is:
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.
Describe the bug
My component define the following property:
items: arrayOf(shape(ITEM_SHAPE)).isRequired,
with the following ITEM_SHAPE definition:
const ITEM_SHAPE = {
text: string.isRequired,
value: string.isRequired
};
The rendered prop in docs props table is:
[ { 0: , 1: , 2: , 3: , 4: , 5: , 6: , 7: , 8: , 9: , 10: , 11: , 12: , 13: , 14: , 15
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 }; OU是
site
add TOC quick access.

example:
antd
 open source codebase and curriculum. Learn to code and help nonprofits.
🗂 The perfect Front-End Checklist for modern websites and meticulous developers
Version
2.6.10
Reproduction link
https://github.com/vuejs/vue
Steps to reproduce
What is expected?
attribute 'componen