Here's a simple tutorial on installing Node.js using NVM (Node Version Manager) and getting the LTS (Long-Term Support) version:
- macOS or Linux-based system
- Text editor
- Terminal/Command Line
:root { | |
--font-size: 15.5px; | |
--font-color: hsl(205, 23%, 16%); | |
--font-color-lighter: hsl(0, 0%, 40%); | |
--font-color-placeholder: hsl(0, 0%, 70%); | |
--link-color: hsl(203, 82%, 35%); | |
--selection-color: hsl(203, 100%, 74%); | |
--ref-hover-bg-color: hsl(204, 33%, 97%); | |
--border-color: rgba(0, 0, 0, 0.12); | |
--subtle-border-color: rgba(0, 0, 0, 0.07); |
// Second Great Low | |
function secondGreatLow(arr) { | |
let result = []; | |
let sortedArr = arr.sort((a,b) => a-b); | |
// turn into Set data structure first, then convert it again to array | |
sortedArr = [...new Set(sortedArr)]; | |
const length = sortedArr.length; | |
// need more info on how many numbers minimum that must be returned |
border: no | |
license: MIT |
license: gpl-3.0 |
license: mit |
license: gpl-3.0 |
license: gpl-3.0 |
license: gpl-3.0 |