MySQL
Getting started
- http://www.sqlteaching.com/
- https://www.codecademy.com/learn/learn-sql
- https://www.codecademy.com/catalog/language/sql
Create n
parallel runners to run Promises, to avoiding running too many Promises in the mean time with Promise.all()
const emptyStringMethod = value => value + ''; | |
const stringMethod = value => String(value); | |
const templateMethod = value => `${value}`; | |
const toStringMethod = value => value.toString(); | |
const concatMethod = value => ''.concat(value); | |
const combinedMethod = value => { | |
if (value === null) { | |
return 'null'; | |
} | |
if (value === undefined) { |
# @see https://editorconfig.org/ | |
root = true | |
[*] | |
indent_style = space | |
indent_size = 2 | |
end_of_line = lf | |
charset = utf-8 | |
trim_trailing_whitespace = true |
People
![]() :bowtie: |
😄 :smile: |
😆 :laughing: |
---|---|---|
😊 :blush: |
😃 :smiley: |
:relaxed: |
😏 :smirk: |
😍 :heart_eyes: |
😘 :kissing_heart: |
😚 :kissing_closed_eyes: |
😳 :flushed: |
😌 :relieved: |
😆 :satisfied: |
😁 :grin: |
😉 :wink: |
😜 :stuck_out_tongue_winking_eye: |
😝 :stuck_out_tongue_closed_eyes: |
😀 :grinning: |
😗 :kissing: |
😙 :kissing_smiling_eyes: |
😛 :stuck_out_tongue: |