Atlas Id Tech
Basic Javascript For Automation
Teacher Aditya Setyadi [ SDET Lead DANA Indonesia]
Co-Teacher Fathurozaq Budi Setyawan [ SDET Lead DANA Indonesia ]
Co-Teacher Fadly Mahendra [ QE Manager Ralali.com ]
Co-Teacher Genta Wibowo [ Sr Manager Test Engineer Bukalapak ]
outline :
1. javascript
-Manipulasi web statis
-just intime compiler language
-compiler dan runing dilakukan bersamaan
2.nodejs
-bisa memindahkan mesin di browser di software lain
#tipe primitif
3. tipe data
-tipe data string [ diapit double quote, bisa masukin karakter spesial]
4. tipe number
5. tipe bolean
-collection [] : punya sekumpulan value dijadikan dalam satu kelompok
6. Objek
-tidak perlu class
7. Dekalarasi variabel
-var, lef,const,scope [ identifier ]
-const : dekalarikan sekali
-scope : statement
8. Operator
9. Function
Best Practice
# Workshop Javascript for Automation with Atlas Id Tech
Introduction
Install on windows
Node Version Manager [nvm] sebuah program yang akan membantu kita menggunakan lebih dari
satu versi Nodejs di dalam satu komputer.
https://github.com/coreybutler/nvm-windows/releases
buka power shell as Run as Administrator
- nvm list available
- nvm install 14.4.0
Cek Version
- node -v / node --Version
- npm -v / npm --Version
run program
- node namaprogram.js
Editor
Install Visual Studio Code
Sumber:
Yuk ,join dan belajar bersama,langsung kunjungi link dibawah ini ya :
https://www.atlasid.tech/ :
https://www.instagram.com/atlasid.tech/ :
https://www.linkedin.com/company/atlas-id-tech/ :
https://docs.microsoft.com/en-us/windows/nodejs/setup-on-windows :
Repository Code :
Comments
Post a Comment