Subscribe our Technical Tarm YouTube Channel. Visit
Posts

0 min read
Hi, I'm the owner of this site. I share different types of learning books, files, blogs, tutorials and much more on this website.

You may like these posts

  • function add(a, b) { return a + b; } console.log(add(1, 2)); …
  • .click-to-copy { height: 100%; width: 100%; font-family: "Roboto", sans-serif; display: flex; align-items: center; flex-direction: column; color: #1d3557; } .cl…
  • Highlight.js with line numbers example function helloWorld() { console.log("Hello, world!"); } function addNumbers(a, b) { return a + b; } function square…
  • import hljs from 'highlight.js/lib/core'; import javascript from 'highlight.js/lib/languages/javascript'; hljs.registerLanguage('javascript', javascript); import hljs from 'h…

Post a Comment

Please let me know, how can I help you?