(例) PHP ->

$pdo->query($sql); 「$pdo が持っている query() を使う」 メソッドの呼び出しだけではない。 ->name → プロパティ ->query() → メソッド


Warning: Undefined array key 0 in /home/xs969708/shopify-holic.jp/public_html/wp-content/themes/write子/content.php on line 33

(例) アロー関数

x => 処理 function(x) { return 処理; } <例> x => x * 2 function(x) { return x * 2; } — x => { console.log(x);…


Warning: Undefined array key 0 in /home/xs969708/shopify-holic.jp/public_html/wp-content/themes/write子/content.php on line 33

(例) JSオブジェクト→JSON

●JSオブジェクト const data = { last_name: ‘山田’, first_name: ‘太郎’ }; ●JSON {“last_name&…


Warning: Undefined array key 0 in /home/xs969708/shopify-holic.jp/public_html/wp-content/themes/write子/content.php on line 33