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>
Top comments (0)