Skip to content

Commit

Permalink
added and update site
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-dhangar committed Feb 23, 2024
1 parent c4eaf51 commit deb587e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,19 +185,19 @@ const config = {
items: [
{
label: "About",
to: "/about",
to: "/code-harbor-hub/",
},
{
label: "Contact",
to: "/contact",
to: "/code-harbor-hub/",
},
{
label: "Careers",
to: "/careers",
to: "/code-harbor-hub/",
},
{
label: "Team",
to: "/team",
to: "/code-harbor-hub/",
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion web-dev/javascript/welcome-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags: [JavaScript]

Welcome to JavaScript! JavaScript is a high-level, interpreted programming language that conforms to the ECMAScript specification. JavaScript has curly-bracket syntax, dynamic typing, prototype-based object-orientation, and first-class functions.

If you are new to JavaScript, you might want to start with the [Introduction to JavaScript](./intro-js.md) article.
If you are new to JavaScript, you might want to start with the <mark>Introduction to JavaScript</mark> article.

JavaScript is a multi-paradigm, dynamic language with types and operators, standard built-in objects, and methods. Its syntax is based on the Java and C languages — many structures from those languages apply to JavaScript as well. JavaScript supports object-oriented programming with object prototypes, instead of classes (see more about [prototypal inheritance](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Inheritance_and_the_prototype_chain)).

Expand Down

0 comments on commit deb587e

Please sign in to comment.