The bit
heading
Variables
The code
Template
<h1 class="mb-6">{{ $heading }}</h1>
<button type="button" class="inline-flex rounded-full bg-black text-white px-5 pt-2 pb-2.5 gap-3">
<span>{{ $label }}</span>
</button>
Script
let position = 69;
position = 'poop';
// console.log(position)
function doodle() {
console.log('DOODLE')
}
doodle()