├── CONTRIBUTING.md ├── README.md ├── github ├── github-shortcuts.md ├── playing-with-github.md └── publicising-organisation-membership.md ├── javascript ├── .includes()-a-regex-alternative.md ├── Function_call _VS_Function_reference.md ├── array-comprehension-vs-map-function.md ├── array-comprehension-vs-map-function.mdown ├── arrow-function.md ├── chrome-debugging ├── comparing-objects.md ├── double-tilde.md ├── duplicating-an-array.md ├── filter-length.md ├── flatten-arrays.md ├── flattenArrayOfArrays.md ├── floating-point-numbers.md ├── for-loop-condition-expression.md ├── for-of-loop.md ├── hasOwnProperty.md ├── how-to-find-palindromes.md ├── loaders.md ├── math.md ├── max-safe-integer.md ├── meteor │ └── discoverMeteor.md ├── moreReduceMethod.md ├── multiplyStringNtimes.md ├── object-length.md ├── parseInt.md ├── pythonic-modulo.md ├── regex-backreferences.md ├── regexp-object.md ├── repeating-characters.md ├── sort-dates.md ├── sorting-simple.md ├── spread-operator.md ├── string-from-array ├── swapping-variable-values.md ├── ternary-operator.md ├── triangles-acos-asin.md └── unique-set.md ├── oojs ├── Prototype-Chains.md ├── README.md ├── The-keyword-this.md ├── closures.md └── lexical-scope.md ├── testing-in-codewars ├── README.md └── random-test-cases │ ├── screen shots - creating kata with random tests.doc │ └── techno.js └── today-shouston3-learned /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/README.md -------------------------------------------------------------------------------- /github/github-shortcuts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/github/github-shortcuts.md -------------------------------------------------------------------------------- /github/playing-with-github.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/github/playing-with-github.md -------------------------------------------------------------------------------- /github/publicising-organisation-membership.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/github/publicising-organisation-membership.md -------------------------------------------------------------------------------- /javascript/.includes()-a-regex-alternative.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/javascript/.includes()-a-regex-alternative.md -------------------------------------------------------------------------------- /javascript/Function_call _VS_Function_reference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/javascript/Function_call _VS_Function_reference.md -------------------------------------------------------------------------------- /javascript/array-comprehension-vs-map-function.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/javascript/array-comprehension-vs-map-function.md -------------------------------------------------------------------------------- /javascript/array-comprehension-vs-map-function.mdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/javascript/array-comprehension-vs-map-function.mdown -------------------------------------------------------------------------------- /javascript/arrow-function.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/javascript/arrow-function.md -------------------------------------------------------------------------------- /javascript/chrome-debugging: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/javascript/chrome-debugging -------------------------------------------------------------------------------- /javascript/comparing-objects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/javascript/comparing-objects.md -------------------------------------------------------------------------------- /javascript/double-tilde.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/javascript/double-tilde.md -------------------------------------------------------------------------------- /javascript/duplicating-an-array.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/javascript/duplicating-an-array.md -------------------------------------------------------------------------------- /javascript/filter-length.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/javascript/filter-length.md -------------------------------------------------------------------------------- /javascript/flatten-arrays.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/javascript/flatten-arrays.md -------------------------------------------------------------------------------- /javascript/flattenArrayOfArrays.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/javascript/flattenArrayOfArrays.md -------------------------------------------------------------------------------- /javascript/floating-point-numbers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/javascript/floating-point-numbers.md -------------------------------------------------------------------------------- /javascript/for-loop-condition-expression.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/javascript/for-loop-condition-expression.md -------------------------------------------------------------------------------- /javascript/for-of-loop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/javascript/for-of-loop.md -------------------------------------------------------------------------------- /javascript/hasOwnProperty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/javascript/hasOwnProperty.md -------------------------------------------------------------------------------- /javascript/how-to-find-palindromes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/javascript/how-to-find-palindromes.md -------------------------------------------------------------------------------- /javascript/loaders.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/javascript/loaders.md -------------------------------------------------------------------------------- /javascript/math.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/javascript/math.md -------------------------------------------------------------------------------- /javascript/max-safe-integer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/javascript/max-safe-integer.md -------------------------------------------------------------------------------- /javascript/meteor/discoverMeteor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/javascript/meteor/discoverMeteor.md -------------------------------------------------------------------------------- /javascript/moreReduceMethod.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/javascript/moreReduceMethod.md -------------------------------------------------------------------------------- /javascript/multiplyStringNtimes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/javascript/multiplyStringNtimes.md -------------------------------------------------------------------------------- /javascript/object-length.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/javascript/object-length.md -------------------------------------------------------------------------------- /javascript/parseInt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/javascript/parseInt.md -------------------------------------------------------------------------------- /javascript/pythonic-modulo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/javascript/pythonic-modulo.md -------------------------------------------------------------------------------- /javascript/regex-backreferences.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/javascript/regex-backreferences.md -------------------------------------------------------------------------------- /javascript/regexp-object.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/javascript/regexp-object.md -------------------------------------------------------------------------------- /javascript/repeating-characters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/javascript/repeating-characters.md -------------------------------------------------------------------------------- /javascript/sort-dates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/javascript/sort-dates.md -------------------------------------------------------------------------------- /javascript/sorting-simple.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/javascript/sorting-simple.md -------------------------------------------------------------------------------- /javascript/spread-operator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/javascript/spread-operator.md -------------------------------------------------------------------------------- /javascript/string-from-array: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/javascript/string-from-array -------------------------------------------------------------------------------- /javascript/swapping-variable-values.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/javascript/swapping-variable-values.md -------------------------------------------------------------------------------- /javascript/ternary-operator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/javascript/ternary-operator.md -------------------------------------------------------------------------------- /javascript/triangles-acos-asin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/javascript/triangles-acos-asin.md -------------------------------------------------------------------------------- /javascript/unique-set.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/javascript/unique-set.md -------------------------------------------------------------------------------- /oojs/Prototype-Chains.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/oojs/Prototype-Chains.md -------------------------------------------------------------------------------- /oojs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/oojs/README.md -------------------------------------------------------------------------------- /oojs/The-keyword-this.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/oojs/The-keyword-this.md -------------------------------------------------------------------------------- /oojs/closures.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/oojs/closures.md -------------------------------------------------------------------------------- /oojs/lexical-scope.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/oojs/lexical-scope.md -------------------------------------------------------------------------------- /testing-in-codewars/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/testing-in-codewars/README.md -------------------------------------------------------------------------------- /testing-in-codewars/random-test-cases/screen shots - creating kata with random tests.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/testing-in-codewars/random-test-cases/screen shots - creating kata with random tests.doc -------------------------------------------------------------------------------- /testing-in-codewars/random-test-cases/techno.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/testing-in-codewars/random-test-cases/techno.js -------------------------------------------------------------------------------- /today-shouston3-learned: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingforeveryone/today-i-learned/HEAD/today-shouston3-learned --------------------------------------------------------------------------------