DEV Community

Faisal Ahmed
Faisal Ahmed

Posted on • Edited on

3 2

Readme.md demo

title

Description let are given below.

Single line code

-

npm install typescript --save-dev

Enter fullscreen mode Exit fullscreen mode

Multiline code

var a = 42;
if (true) {
  var b = 7;
  let c = 123;
}

// Obviously, we can access the `a` variable
console.log(a);
// => 42
Enter fullscreen mode Exit fullscreen mode

JavaScript is a loosely typed language. This means that you can use the same variable for different types of information

if statemenets


Nested List

  • Item A
  • Item B
    • Item B 1
    • Item B 2
    • Item B 3
  • Item C

  • Item X

    • Item y

Tables

First Header Second Header Third Header
Content Cell Content Cell Content Cell
Content Cell Content Cell Content Cell

  • Image add on readme.md file

LEFT TRIANGLE pattern image

<p align='center'>
  <img src="./images/leftTriangle.PNG" width="500" title="LEFT TRIANGLE pattern">
</p>
Enter fullscreen mode Exit fullscreen mode

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay