Hi everyone!
I'm Vida.
Last year, I wrote 30 articles about "PM your Career & Life," which deviated from the script but very interesting.
This year, I'm challenging entry-level front-end web development as a beginner : )
Learning continues!
Cheers!
How do RWD control columns displaying on devices of different pixels ? First of...
What is JavaScript? HTML is like the structure/bone of our body; JavaScript is...
Data: Number, String, Boolean Number: e.g. 7, 17 String: consist of quotation m...
Final Calculator Design <!DOCTYPE html> <html> <head> <tit...
To make the operators meaningful for users, let’s explain by examples if stateme...
while statement If the statement is true, the code inside of {} would be execute...
To fully understand how loop works, I try to break down the loop and practice li...
What is function? Simple explanation: when you find out that you’re repeating c...
Modified functions(變形函式) Before introducing modified function, let's recall our...
What is an Object? Introduction by W3C School Elements creating Object: prope...