whats the mistake → href=”get_permalink() [closed]

Try below code.

<?php echo '<h1><a href="'.get_the_permalink().'">'.get_the_title().'</a></h1>'; ?>

Hope this will helps you.

Thanks!