freeCodeCamp.org's open source codebase and curriculum. Learn to code at home.
-
Updated
Sep 19, 2020 - JavaScript
{{ message }}
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.
freeCodeCamp.org's open source codebase and curriculum. Learn to code at home.
PR #19108 caused some Suspense-related DevTools regressions (more info available on #19368) which we did not catch because of the fact that DevTools tests are only run against the version of React in master.
We should follow the precedent of the regression fixtures tests and have CI run DevTools tests against multiple
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
A book series on JavaScript. @YDKJS on twitter.
JavaScript Style Guide
Promise based HTTP client for the browser and node.js
Missing a validateInteger check
there are many exported functions in standard library but some functions' JSDocs are missing
here is the list of ts files that need to be updated
encoding/hex.tsencoding/toml.tsfmt/colors.tsfmt/printf.tsfs/walk.tshttp/file_server.tsio/streams.tsio/util.tslog/mod.tsnode/querystringThis is kind of the progression of #25309, and this issue's fix should be inspired by microsoft/TypeScript#27034.
Lots of users seem to be confused by misconfiguration when using popular new methods added to built-in types. A recent example is microsoft/TypeScript#40319.
The idea here come up with a static list of methods added to
JavaScript 3D library.
Short JavaScript code snippets for all your development needs
In material-ui/core@v5.0.0-alpha.10 theme.spacing always return string (even for a single parameter).
The typescript definition in createSpacing.d.ts assume that it returns number for less than 2 parameters...
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.
Describe the bug
Creating angular project with no initial app throws sb init error
• Detecting project type. ✓
• Adding Storybook support to your "Angular" app
TypeError: Cannot read property 'architect' of undefined
To Reproduce
Steps to reproduce the behavior:
Simple HTML5 Charts using the <canvas> tag
Fast, unopinionated, minimalist web framework for node.
A Vue.js 2.0 UI Toolkit for Web
A professional front-end template for building fast, robust, and adaptable web apps or sites.
A modern JavaScript utility library delivering modularity, performance, & extras.
I have been having conflict issues with incompatible versions of google plugins, and have pulled together as much information as I can find, I have removed the gradle plugin from pre Cordova 9
cordova-android-support-gradle-release@3.0.1 - removed now included in Cordova 9.+
and have added to mobile-config.js
App.setPreference('AndroidXEnabled', 'true', 'android');
App.setPreference('Gra
A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
Created by Brendan Eich
Released December 4, 1995
Version
2.6.11
Reproduction link
https://jsfiddle.net/hgaL8t5n/
Steps to reproduce
Use translate=no in a template
What is expected?
template=no to be rendered in the HTML
What is actually happening?
translate=translate is being rendered instead
You can use devtools to inspect the rendered HTML in the reproducible