| Nov | DEC | Jan |
| 13 | ||
| 2019 | 2020 | 2021 |
COLLECTED BY
Collection: github.com
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.
{{BigInt("100")}}, {{100n}}, {{2n * 50n}}or{{50n + 50n}} should show "100" (it can be just simply string by using .toString()) at frontend.
At the moment using BigInt in "Mustache" syntax just throw error.
Sure, backu
Read more
feature request
good first issue
has PR
Open
update-notifier message:
╭────────────────────────────────────────╮
│ │
│ Update available 4.4.0 → 4.9.0 │
│ Run npm i react-devtools to update │
│ │
╰────────────────────────────────────────╯
I appreciate the goal of this message. Ho
Read more
Component: Developer Tools
good first issue
Open
JumpList does not cause other entries to disappear.
JumpList entry makes all other entries disappear.
stream
To use the dark mode, select it in your appearance settings: https://github.com/settings/appearance
Read more
docs
good first issue
Open
const str ='apple apple'; console.log(str.replace('apple','oranges'));Expected behavior: It should replace all occurrences of 'apple' Actual behavior: It is replacing only the first occurrence of 'apple'. Either correct the IntelliSense doc or fix the replace function. Please find t Read more Bug Docs Domain: lib.d.ts good first issue Open
ironman@DT:~/projects/preact$ yarn start
yarn run v1.22.5
$ react-app-rewired start
internal/modules/cjs/loader.js:638
throw err;
^
Error: Cannot find module 'react'
at Function.Module._resolveFilename (internal/modul
Read more
docs
good first issue
Open
start-storybook -h 192.168.89.89 -p 9009
Local: http://192.168.89.89:9009
On your network: http://10.0.2.15:9009
The expected result should be like the one bellow
Local: http://localhost::9009/
On your network: http://192.168.89.89:9009
Read more
PN
bug
cli
good first issue
Open