Skip to Content
Loading Icon
Cover Image
Share via QR Code
Sharing QR Code

Ken's Study Journey Reminder:

Copy the link below or use the menu on your browser to share.

CAPTCHA Security Check

Great News! I have been Featured by my Programming Extra Class!

Language/语言:   English   简体中文
Dark Mode:
Font Size:
Default Large Extra

By: Ken Deng   Published on 25 Oct. 2019

Approx. 0 words, 0 mins

Yesterday is a Chinese 1024 Programmer's Festival, October 24, 2019, and I heard good news from my parent: I have been featured by my programming extra class.

I studied computer programming in TCTM over 2 years, I learned HTML, JavaScript, CSS website programming language and created my personal website using my programming knowledge.

I have strong computer skills, not only on programming. Also, I can help my classmates and my teachers to solve computer problems at my school when they need my help.

I've already featured by my English extra class, and I keep studying English and computer programming.

My Programming Class

I always listen carefully during the class and usually raise my hand to answer questions. When other classmates have programming problems, I am going to help them to solve. I always get a high score for the exams, even full marks. Also, I finish and hand in my programming homework on time.

When I am boring, I usually discuss programming problems and news with my teacher or use programming knowledge to make some computer programs such as Countdown Clock, Data Analyzer, etc. and let computers solve the problems in real life. I think computer can be used for calculating, so I can make some computer programs to let computer help to calculate faster.

Introduce with Programming Language

JavaScript

var programming = { name: "Ken", school: "TCTM", howLong: 2 + " years", projects: ["Countdown Clock", "Data Analyzer"], personalWebsite: "https://www.kenstudyjourney.com", language: ["HTML", "JavaScript", "CSS"], }; alert("Hello World! My name is " + programming.name + ". I am learning programming in " + programming.school + " for " + programming.howLong + ". I made some programming projects, such as " + programming.projects + ". I have my personal website, it is " + programming.personalWebsite + ". I learned " + programming.language + ".");

PHP

"Ken", "school" => "TCTM", "howLong" => 2 . " years", "projects" => "Countdown Clock, Data Analyzer", "personalWebsite" => "https://www.kenstudyjourney.com", "language" => "HTML, JavaScript, CSS", ); echo "Hello World! My name is " . $programming["name"] . ". I am learning programming in " . $programming["school"] . " for " . $programming["howLong"] . ". I made some programming projects, such as " . $programming["projects"] . ". I have my personal website, it is " . $programming["personalWebsite"] . ". I learned " . $programming["language"] . "."; ?>

Conclusion

In the future, I hope I can come on, study programming better, participate in more programming competitions, speed up Artificial Intelligence developing, make better programs to solve more problems in real life!

If you like this post, please click the thumb up button below, or subscribe to my blog if you want. If you have any questions or suggestions, you can write down your comment below.

Thanks so much for reading!

Disclaimer

1. Related Knowledge displayed in this article is for ease-of-understanding only. I cannot ensure that they are 100% correct.

Loading Icon

Share this Article

Subscribe to my Newsletter

Pin this on Pinterest

Pin it
Post Thumbnail