Login
Remember
Register
Ask a Question
Which data transfer attribute returns the specified data if there is no such data returns empty string
0
votes
asked
Feb 23, 2024
in
HTML
by
DavidAnderson
Which data transfer attribute returns the specified data if there is no such data returns empty string
html5-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 23, 2024
by
DavidAnderson
Correct answer :- data= dataTransfer.getData(format)
...