arrow function รับลิงก์ Facebook X Pinterest อีเมล แอปอื่นๆ ธันวาคม 21, 2560 arrow function โครงสร้าง function myFn(){ ... } const myFn = () => { .... } ตัวอย่างที่ 1 function myFn(name){ console.log(name); } const myFn = (name) => { console.log(name) } myFn('Hello World') รับลิงก์ Facebook X Pinterest อีเมล แอปอื่นๆ ความคิดเห็น
ความคิดเห็น
แสดงความคิดเห็น