Interviewer And Interviewee Guide

Expert Developer JavaScript Interview Question:

What is called Variable typing in Javascript?

Submitted by: Muhammad
Variable typing is used to assign a number to a variable and the same variable can be assigned to a string.

Example

i = 10;

i = "string";

This is called variable typing.
Submitted by: Muhammad

Read Online Expert Developer JavaScript Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.