Conteúdo do Curso
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 - Working with Numbers
Tarefa
Swipe to start coding
As a first task with numbers, you are simply required to output the product of the numbers: 5
, 17
, 27
.
Write a console.log
statement which outputs the product of the given numbers.
Solução
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 1. Capítulo 5
Task - Working with Numbers
Tarefa
Swipe to start coding
As a first task with numbers, you are simply required to output the product of the numbers: 5
, 17
, 27
.
Write a console.log
statement which outputs the product of the given numbers.
Solução
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 1. Capítulo 5