Q&A
Course Intro
Curriculum
Get Started
1 / 2
What keyword is used in JavaScript to declare a block-scope variable that can be reassigned?
myName
=
'codefriends';
var
let
const
function
Previous
Confirm