Skip to content

Commit 41982a9

Browse files
Merge pull request #71 from sidharth-23/master
Variables
2 parents f2dbeac + ebe377e commit 41982a9

File tree

5 files changed

+161
-138
lines changed

5 files changed

+161
-138
lines changed

1-js/02-first-steps/04-variables/1-hello-variables/solution.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
In the code below, each line corresponds to the item in the task list.
22

33
```js run
4-
let admin, name; // can declare two variables at once
4+
let admin, name; // ഒരേസമയം രണ്ട് വേരിയബിളുകൾ പ്രഖ്യാപിക്കാൻ കഴിയും
55

66
name = "John";
77

1-js/02-first-steps/04-variables/1-hello-variables/task.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@ importance: 2
22

33
---
44

5-
# Working with variables
5+
# വേരിയബിളുകൾക്കൊപ്പം പ്രവർത്തനം
6+
7+
8+
1. രണ്ട് വേരിയബിളുകൾ പ്രഖ്യാപിക്കുക: `admin` നും `name`.
9+
2. വാലൃു നിയോഗിക്കുക `"John"` to `name`.
10+
3. `name` ഇൽ നിന്ന് `admin` ഇലേക്ക് വാലൃു പകർത്തുക.
11+
4. `alert` ഉപയോഗിച്ച് `അഡ്മിൻ` വാലൃു കാണിക്കുക ("John" ഔട്ട്‌പുട്ട് ചെയ്യണം).
12+
613

7-
1. Declare two variables: `admin` and `name`.
8-
2. Assign the value `"John"` to `name`.
9-
3. Copy the value from `name` to `admin`.
10-
4. Show the value of `admin` using `alert` (must output "John").
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
## The variable for our planet
1+
## നമ്മുടെ ഗ്രഹത്തിനായുള്ള വേരിയബിൾ
22

3-
That's simple:
3+
അത് സിംപിളാണ്:
44

55
```js
66
let ourPlanetName = "Earth";
77
```
88

9-
Note, we could use a shorter name `planet`, but it might not be obvious what planet it refers to. It's nice to be more verbose. At least until the variable isNotTooLong.
9+
കുറിപ്പ്, നമുക്ക് ഒരു ചെറിയ പേര് ഉപയോഗിക്കാം `planet`, എന്നാൽ അത് ഏത് ഗ്രഹത്തെയാണ് സൂചിപ്പിക്കുന്നത് എന്ന് വ്യക്തമല്ലായിരിക്കാം. കൂടുതൽ അർത്ഥം നൽകുന്നത് നല്ലതാണ്. കുറഞ്ഞത് വേരിയബിൾ വളരെ ദൈർഘ്യമേറിയതാവാതെ സൂക്ഷിക്കുക.
1010

11-
## The name of the current visitor
11+
## നിലവിലെ സന്ദർശകന്റെ പേര്
1212

1313
```js
1414
let currentUserName = "John";
1515
```
1616

17-
Again, we could shorten that to `userName` if we know for sure that the user is current.
17+
വീണ്ടും, നമുക്ക് അത് ചുരുക്കാം `userName` ഉപയോക്താവ് നിലവിലുള്ളതാണെന്ന് ഞങ്ങൾക്ക് ഉറപ്പുണ്ടെങ്കിൽ മാത്രം.
18+
ആധുനിക എഡിറ്ററുകളും ഓട്ടോ-കബ്ളീട്ടും
19+
Modern editors and autocomplete നീളമുള്ള വേരിയബിൾ പേരുകൾ എഴുതാൻ സഹായിക്കും. 3 വാക്കുകളുള്ള ഒരു പേര് കുഴപ്പമില്ല.
1820

19-
Modern editors and autocomplete make long variable names easy to write. Don't save on them. A name with 3 words in it is fine.
20-
21-
And if your editor does not have proper autocompletion, get [a new one](/code-editors).
21+
നിങ്ങളുടെ എഡിറ്ററിന് ശരിയായ ഓട്ടോ-കബ്ളീട്ട് ഇല്ലെങ്കിൽ, പുതിയൊരെണ്ണം കണ്ടെത്തുക [a new one](/code-editors).
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
importance: 3
1+
പ്രാധാന്യം: 3
22

33
---
44

5-
# Giving the right name
5+
# ശരിയായ പേര് നൽക്കുക
66

7-
1. Create a variable with the name of our planet. How would you name such a variable?
8-
2. Create a variable to store the name of a current visitor to a website. How would you name that variable?
7+
1. നമ്മുടെ ഗ്രഹത്തിന്റെ പേര് ഉപയോഗിച്ച് ഒരു വേരിയബിൾ ഉണ്ടാക്കുക. അത്തരമൊരു വേരിയബിളിന് നിങ്ങൾ എങ്ങനെ പേര് നൽകും?
8+
9+
2.ഒരു വെബ്‌സൈറ്റിലെ നിലവിലെ സന്ദർശകന്റെ പേര് സംഭരിക്കുന്നതിന് ഒരു വേരിയബിൾ സൃഷ്‌ടിക്കുക. ആ വേരിയബിളിന് നിങ്ങൾ എങ്ങനെ പേര് നൽകും?

0 commit comments

Comments
 (0)