stack-overflow-copy-paste
Utility functions copy/pasted (and modified slightly) from Stack Overflow
File Explorer
Download Latest Version (.zip)- contributing-notice.png
- add.js
- armstrong.js
- array-average.js
- array-fill.js
- array-median.js
- array-multiplier.js
- BitwiseAnd.js
- checkPalindrome.js
- clone.js
- contains.js
- convert-first-letter-to-capital.js
- convertToRoman.js
- copyArrayByValue.js
- cube.js
- curry.js
- debounce.js
- dec2bin.js
- dec2hex.js
- descending-order.js
- divide.js
- endsWith.js
- fibonacciSum.js
- find.js
- first.js
- flatten.js
- gcd.js
- generate-password.js
- get-object-size.js
- get-ordinal-suffix.js
- get-query-string-param.js
- get-query-string-value.js
- getMiddle.js
- getTriangleType.js
- hex2hsl.js
- hex2rgb.js
- inches-to-metric.js
- index.js
- init-array.js
- is-array.js
- is-even.js
- is-function.js
- is-null-or-whitespace.js
- is-numeric.js
- is-odd.js
- is-prime.js
- is-today.js
- largest.js
- last.js
- lcm.js
- leap-year.js
- less-than.js
- makeObjectIterable.js
- max.js
- mod.js
- mode-array.js
- multiply.js
- numberToString.js
- object-values-to-string.js
- occurrences.js
- pad-left.js
- random-integer.js
- range.js
- reduce-to-tally.js
- reduceCount.js
- remove-accents.js
- remove-duplicates.js
- remove-falsy.js
- removeElementByIndex.js
- removeElementFromArray.js
- removeProperty.js
- reverse.js
- reverseArrayInPlace.js
- revstring.js
- rollDice.js
- round.js
- search-and-replace.js
- second.js
- shallow-equal.js
- slugify.js
- snake-to-camel.js
- sort-objects-array.js
- sqrt.js
- square.js
- startsWith.js
- subtract.js
- subtraction.js
- sum.js
- swap-case.js
- swapElements.js
- tail.js
- temperatureConverter.js
- textJustification.js
- timeDifference.js
- timeSince.js
- to-power.js
- truncate.js
- validateEmail.js
- add.test.js
- armstrong.test.js
- array-average.test.js
- array-fill.js
- array-median.test.js
- array-multiplier.test.js
- BitwiseAnd.test.js
- checkPalindrome.test.js
- clone.test.js
- contains.test.js
- convert-first-letter-to-capital.test.js
- convertToRoman.test.js
- copyArrayByValue.test.js
- cube.test.js
- curry.test.js
- debounce.test.js
- dec2bin.test.js
- dec2hex.test.js
- descending-order.test.js
- divide-test.js
- endsWith.test.js
- fibonacciSum.test.js
- find.test.js
- first.test.js
- flatten.test.js
- gcd.test.js
- generate-password.test.js
- get-object-size.test.js
- get-ordinal-suffix.test.js
- get-query-string-param.test.js
- get-query-string-value.test.js
- getMiddle.test.js
- getTriangleType.test.js
- hex2hsl.test.js
- hex2rgb.test.js
- inches-to-metric.js
- init-array.test.js
- is-array.js
- is-even.test.js
- is-function.test.js
- is-null-or-whitespace.test.js
- is-numeric.test.js
- is-odd.test.js
- is-prime.test.js
- is-today.test.js
- largest.test.js
- last.test.js
- lcm.test.js
- leap-year.test.js
- less-than.test.js
- makeObjectIterable.test.js
- max.test.js
- mod.test.js
- mode.test.js
- multiply.test.js
- numberToString.test.js
- object-values-to-string.test.js
- occurrences.test.js
- pad-left.test.js
- random-integer.test.js
- range.test.js
- reduce-to-tally.test.js
- reduceCount.test.js
- remove-accents.test.js
- remove-duplicates.test.js
- remove-falsy.test.js
- removeElementByIndex.test.js
- removeElementFromArray.test.js
- removeProperty.test.js
- reverse.test.js
- reverseArrayInPlace.test.js
- revstring.test.js
- rollDice.test.js
- round.test.js
- search-and-replace.test.js
- second.test.js
- shallow-equal.test.js
- slugify.test.js
- snake-to-camel.test.js
- sort-objects-array.test.js
- sqrt.test.js
- square.test.js
- startsWith.test.js
- subtract-test.js
- subtract.test.js
- sum.test.js
- swap-case.test.js
- swapElements.test.js
- tail.test.js
- temperatureConverter.test.js
- textJustification.test.js
- timeDifference.test.js
- timeSince.test.js
- to-power.test.js
- truncate.test.js
- validateEmail.js
- .editorconfig
- .gitattributes
- .gitignore
- .travis.yml
- CONTRIBUTING.md
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/eggheadio-github/stack-overflow-copy-paste
Downloads the entire project code from GitHub to your computer.
cd stack-overflow-copy-paste
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
