codesONLY / JavaScriptONLY

Knowledge Resource of core fundamentals of JavaScript explained in simple way!
378 stars 182 forks source link

Update the code sections in the NamasteJS notes #5

Closed sohamsshah closed 3 years ago

sohamsshah commented 3 years ago

The current code sections are written under normal code-block markdown using the three-backticks ```.

let x = [1,2,3]

As an enhancement; since all the codes are in JavaScript, we can use ```js So that the code sections highlight JavaScript Keywords. See below example:

let x = [1,2,3]
sohamsshah commented 3 years ago

Close via #23