filmov
tv
Solution of 10 days of javascript from hackerrank | Day 0: Hello World

Показать описание
Title:
Solution of 10 Days of JavaScript from HackerRank | Day 0: Data Types
Description:
Welcome to the first day of the "10 Days of JavaScript" challenge on HackerRank! In this video, we will be solving the Day 0 problem focused on Data Types. This tutorial will guide you through the problem statement, explain the concepts involved, and provide a step-by-step solution in JavaScript.
What you'll learn:
Understanding JavaScript data types: numbers, strings, and booleans.
Handling user input with prompt().
Problem Statement:
Given a base integer, a base double, and a base string, you need to:
Declare an integer, a double, and a string.
Read and save an integer, double, and string to your variables.
Print the sum of both integer variables on a new line.
Print the sum of both double variables to a scale of one decimal place on a new line.
Concatenate and print the string variables on a new line. The s variable should be printed first.
Solution of 10 Days of JavaScript from HackerRank | Day 0: Data Types
Description:
Welcome to the first day of the "10 Days of JavaScript" challenge on HackerRank! In this video, we will be solving the Day 0 problem focused on Data Types. This tutorial will guide you through the problem statement, explain the concepts involved, and provide a step-by-step solution in JavaScript.
What you'll learn:
Understanding JavaScript data types: numbers, strings, and booleans.
Handling user input with prompt().
Problem Statement:
Given a base integer, a base double, and a base string, you need to:
Declare an integer, a double, and a string.
Read and save an integer, double, and string to your variables.
Print the sum of both integer variables on a new line.
Print the sum of both double variables to a scale of one decimal place on a new line.
Concatenate and print the string variables on a new line. The s variable should be printed first.