-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: change back the next and prev filenames lost from previous merge
- Loading branch information
1 parent
b543c20
commit 0905464
Showing
3 changed files
with
15 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,14 @@ | ||
--- | ||
title: 'Introduction To Javascript' | ||
subheading: 'What Is Javascript ?' | ||
next: 'Datatypes' | ||
prev: '' | ||
title: "Introduction To Javascript" | ||
subheading: "What Is Javascript ?" | ||
next: "datatypes" | ||
prev: "" | ||
--- | ||
|
||
Last year, millions of learners from our community started with JavaScript. | ||
Last year, millions of learners from our community started with JavaScript. | ||
|
||
Why? JavaScript is primarily known as the language of most modern web browsers, and its early quirks gave it a bit of a bad reputation. | ||
|
||
However, the language has continued to evolve and improve. | ||
However, the language has continued to evolve and improve. | ||
|
||
JavaScript is a powerful, flexible, and fast programming language now being used for increasingly complex web development and beyond! | ||
|
||
|