javascript jquery json quiz3

$(document).ready(() => {
    //move this out of submitAnswer()
    nextBtn = $('#next-btn');
Ghost Raider