
Explore how variables in Dart act as named boxes that hold values, show creating, printing, and reassigning strings and numbers, and contrast static typing with JavaScript's dynamic typing.
You will learn to create strings, combine strings, and combine strings with variables.
Explore booleans, true and false, and learn how relational and logical operators drive decision making in code. Practice with examples of equality, inequality, and age-based conditions to sort data.
Explore conditionals and if statements using a burger-themed example, showing how to use if, else if, and else to choose which burger you can afford based on a bank account.
Explore the Dart list, the array-like data container that stores strings, numbers, booleans, and objects, using zero-based indexing and a length property.
If you're an office worker, student, administrator, or just anyone who wants to explore the wondrous world of programming, this course will teach you the basics of programming. Moreover, it has some reference to pop culture like Ariana Grande and Singaporean context like Nasi Lemak Burger.
This course is for complete beginners and covers the fastest growing language, Dart. Hopefully, this course entertains as well.
This course covers concepts on:
Functions, that either runs multiple tasks in one command, or that takes in an input and gives the needed output
Data Types such as integers, strings, booleans and nulls
Variables, that stores the different data types, for later use
Relational and Logical Operators, to compare statements to see which is true or false
Conditional Statements, to make the sound decision
List, to store data in a structured way
Loops, to run the same task till the goal has been reached
By the end of this course, not only you'll be able to have a basic understanding of the fundamentals of programming, but also be able to list this on your resume.