Update javascript.ts #6

Closed
min-9 wants to merge 1 commit from patch-1 into main
min-9 commented 2023-01-07 18:25:44 +01:00 (Migrated from github.com)

Add keyword "undefined"

Add keyword "undefined"
marijnh commented 2023-01-07 19:22:56 +01:00 (Migrated from github.com)

undefined is not a keyword in JavaScript (i.e. you can do function x(undefined) { return undefined + 2 }).

`undefined` is not a keyword in JavaScript (i.e. you can do `function x(undefined) { return undefined + 2 }`).

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
codemirror/lang-javascript!6
No description provided.