https://github.com/nodenv/nodenv#command-reference
$ nodenv versions
$ nodenv install -l
https://github.com/nodenv/nodenv#command-reference
$ nodenv versions
$ nodenv install -l
var hoge1;
var hoge2 = 1;
console.log("hoge1 =", typeof hoge1, typeof hoge1 === 'undefined'); // hoge1 = undefined true
console.log("hoge2 =", typeof hoge2, typeof hoge2 === 'undefined'); // hoge2 = number false
console.log("hoge3 =", typeof hoge3, typeof hoge3 === 'undefined'); // hoge3 = undefined true
/**
*
*
---------------------------------------------------------*/
function isPost() {
return $_SERVER['REQUEST_METHOD'] === 'POST';
}
$ php -r 'echo 1;'
just follow official site instruction.
https://mailcatcher.me/
just copy-paste below line in php.ini
sendmail_path = /usr/bin/env catchmail -f [email protected]
console.log(`EVENT: ${e.type}`);
↓
// EVENT: canplay
// Load webfont file via js | |
// Use .wf-active to avoid FOIT, FOUT. | |
// * FOIT (Flash of Invisible Text) | |
// * FOUT (Flash of Unstyled Text) | |
//---------------------------------------------- | |
html { | |
&.wf-active { | |
body { |