Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Syntax Corrections#1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
vishal-dcode wants to merge1 commit intocoderdost:main
base:main
Choose a base branch
Loading
fromvishal-dcode:main
Open
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 5 additions & 15 deletionsREADME.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -372,9 +372,7 @@ let airplane = {
ratings: 4.9,

book(passenger, flightNum) {
console.log(
`${passenger} Booked flight in ${this.flightName} with flight Number ${this.atacode}${flightNum}`
);
console.log(`${passenger} Booked flight in ${this.flightName} with flight Number ${this.atacode}${flightNum}`);
},
};

Expand DownExpand Up@@ -447,12 +445,7 @@ _[From video lecture 6.2]_

```html
<form action="" class="testForm">
<input
type="password"
name=""
class="inputPass"
placeholder="Enter Password"
/>
<input type="password" name="" class="inputPass" placeholder="Enter Password" />

<input type="submit" value="Check Password" />
</form>
Expand DownExpand Up@@ -1161,13 +1154,9 @@ console.log(name, age);
_[From video lecture 12.3]_

```js
let nums = [5, 7, 4, 9, 2, 8];

let nums = [5,7,4,9,2,8];



let newNums = "store Shallow copy of nums inside newNums variable")

let newNums = 'store Shallow copy of nums inside newNums variable';
```

**12.5:** You have given an array as below . Create a function which accept **multiple** elements as an argument and return last **4** element of the array
Expand DownExpand Up@@ -1322,6 +1311,7 @@ let set = new Set[(1, 2, 3, 2, 1, 3, 4, 12, 2)]();
output;

let arr = 'Do something here to convert....';
console.log(arr);
```

**Question 8:** Guess the **Output** and Explain Why?
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp