Contenu du cours
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 - Fixing Variable Names
Tâche
Swipe to start coding
In the given code, there are some issues with variable names.
Your task is to fix the variable names such that the code successfully compiles and shows the output:
python
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 2. Chapitre 4
Task - Fixing Variable Names
Tâche
Swipe to start coding
In the given code, there are some issues with variable names.
Your task is to fix the variable names such that the code successfully compiles and shows the output:
python
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 2. Chapitre 4