Skip to content
#

JavaScript

javascript logo

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 3,364 public repositories matching this topic...

fniephaus
fniephaus commented Aug 10, 2018

Since state is a reserved keyword in Truffle's guard mechanism, it should not be possible to use it in a guard definition as this can cause serious problems. The annotation processor should either reject the state keyword in guard definitions or the state temporary variable produced by the processor should be renamed to avoid this conflict.

Here's an example:
<img width="629" alt="screen

capacitor
halfwhole
halfwhole commented Jun 28, 2021

Issue is common to date pickers in both /web/instructor/logs/ and /web/instructor/sessions/edit/ (audit logs and edit feedback session)

Type in an incorrect date in the date picker, and the following error message will show up:

<img width="1237" alt="Screenshot 2021-06-29 at 12 43 54 AM" src="https://user-images.githubusercontent.com/41856541/123673503-1f209600-d873-11eb-8e43-9e7d6833f52

metasfresh
DS-Algo-Point