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.
Here are 695 public repositories matching this topic...
Acceptance criteria
- Name: Break the word and show the name in the second line.
- Email: Truncate the email address, show full email address on hover.
Provide a button on the right to copy the full email addre
When using asciidoctot.js with object-hash, object-hash will throw error during hashing Object.__proto__.constructor, because it finds the $$base_module property on Object.__proto__.constructor, then try to hash it.
The $$base_module property on Object.__proto__.constructor is enumerable:
-
Updated
Jan 28, 2020 - Ruby
-
Updated
Aug 18, 2020 - Ruby
-
Updated
Oct 8, 2020 - Ruby
-
Updated
Sep 9, 2020 - Ruby
-
Updated
Sep 3, 2020 - Ruby
-
Updated
Sep 11, 2020 - Ruby
-
Updated
Sep 7, 2020 - Ruby
-
Updated
Feb 12, 2020 - Ruby
-
Updated
Feb 7, 2020 - Ruby
When trying to set a rival for a game/category in which you already have a rival, the button correctly says "Replace as a rival", but clicking it gives an error that "Category has already been taken", presumably because we're not removing the old rivalry before trying to create a new one.
-
Updated
Oct 29, 2017 - Ruby
-
Updated
Oct 6, 2020 - Ruby
-
Updated
Jun 24, 2020 - Ruby
-
Updated
Sep 20, 2020 - Ruby
-
Updated
Aug 19, 2020 - Ruby
-
Updated
May 31, 2020 - Ruby
-
Updated
Jun 5, 2020 - Ruby
Created by Brendan Eich
Released December 4, 1995
- Website
- developer.mozilla.org/en-US/docs/Web/JavaScript
- Wikipedia
- Wikipedia


I'm not sure if this is the right approach and maybe I've not understood this new part of the pipeline, yet, but:
Suppose, the major part of the app code lives inside a rails engine including all javascripts. And there are several main apps using that engine. The main apps only contain some layout changes and some minor patches.
Therefore, in order to integrate the webpacker gem into this se