Pathompat Sungpankhao

[Part 6] JS: OOP & Inheritance

OOP Fundamental Object-Oriented Programming (OOP) ภาษาไทย: การเขียนโปรแกรมเชิงวัตถุ เป็นรูปแบบการเขียนโปรแกรมชนิดหนึ่ง ที่นักพัฒนาให้การยอมรับ และเป็นที่นิยม (ในอดีต) สำหรับโปรแกรมที่เริ่มมีความซั

E-document Approval

Extend existing document support E-Approval flow Key Features Extended the main document service by developing a new web application to support customizable approval workflows for existing documents. The system allows users to specify

[Part 5] JS: Function

Function ฟังก์ชัน (Function) คือบล็อกของโค้ดที่ออกแบบมาเพื่อทำงานเฉพาะอย่าง โดยสามารถรับข้อมูลนำเข้า (parameters) และส่งค่ากลับ (return value) ได้ // Function with no parameter and return function

[Part 4] JS: Array & Object

Collections Variable [Part 1] JS: Basic programmingกระบวนการพื้นฐานของโปรแกรม (Input-Process-Output) การเขียนโปรแกรมพื้นฐานประกอบด้วย 3 ขั้นตอนหลัก 1. Input: รับข้อมูลจากผู้ใช้ 2. Process: ประมวลผลข้อมูล 3. Output: แสดงผลลัพธ์