Course Content
Introduction to JavaScript
Introduction to JavaScript
1. Getting Started
Hello WorldTask - Show some OutputTask - Output Multiple LinesNumbersTask - Working with NumbersTask - Calculate the Speed of a CarTask - Calculate Area of a TrapeziumOutputting Multiple ValuesTask - Meaningful OutputCommentsTask - Adding a commentMulti-Line CommentsTask - Commenting out CodeTask - Coffee Shop SalesWhat is JavaScript anyway?
2. Manipulating Data
Storing DataTask - Declaring a VariableTask - Accessing Data From a VariableTask - Fixing Variable NamesTask - Reassigning a VariableConstantsTask - Declaring & Using ConstantsPerforming Arithmetic On VariablesTask - Making a Salary CalculatorTask - Adjusting Salary with a BonusTypes of DataTask - Declare a Boolean ValueHow different Data Types InteractTask - Concatenating StringsTask - User Profile & Activity Details
3. Conditional Statements
Task - Show some Output
Task
Swipe to start coding
Imagine you're working on your first big project, and your boss asks you to test if the system is running smoothly. To confirm, you need to send a message to the console that says:
python
Your task is to: - Write a `console.log` statement that outputs the message `System initialized successfully.` to the console;
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 2
Task - Show some Output
Task
Swipe to start coding
Imagine you're working on your first big project, and your boss asks you to test if the system is running smoothly. To confirm, you need to send a message to the console that says:
python
Your task is to: - Write a `console.log` statement that outputs the message `System initialized successfully.` to the console;
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 2