Readme.md demo
Faisal Ahmed
Posted on March 19, 2022
title
Description let
are given below.
Single line code
-
npm install typescript --save-dev
Multiline code
var a = 42;
if (true) {
var b = 7;
let c = 123;
}
// Obviously, we can access the `a` variable
console.log(a);
// => 42
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>
π πͺ π
π©
Faisal Ahmed
Posted on March 19, 2022
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
privacy Caught in the Crunch My Journey from Snacks to 2 Million Exposed Users Privacy
November 30, 2024