CodeWithSushil
CodeWithSushil

Sushil Kumar

@CodeWithSushil

A self-taught πŸ•ΈοΈ Web DeveloperΒ πŸ‘¨πŸ»β€πŸ’» || Linux 🐧 Lover || Open source 🌐 contributor πŸ‘₯ || PHP/Laravel 🐘 and JS fanboyπŸ‘¦πŸ» || Creator of 🌿 Supabase-PHP Client 🀝

β€’ β€’ 167 Posts β€’ 990 Views

  • No matching results...
  • Searching...

/ 255

which one

document.addEventListener('DOMContentLoaded', function () {
'use strict';
});

// or

window.onload = function(){
'use strict';
}

β€’ β€’

93

β€’

in JavaScript

let html = `
<h1>Hello</h1>
`
;

in PHP
echo <<<HTML
<h1>Hello</h1>
HTML;

1 β€’ β€’

176

β€’

SET NAMES utf8mb4 COLLATE utf8mb4_unicode_ci;

#sql

β€’ β€’

50

β€’