Home »
MCQs »
Electron.js MCQs
Which of the following method adds an item to the menu's end?
21. Which of the following method adds an item to the menu's end?
- Menu.append
- Menu.end
- Menu.append.end
- Menu.end.append
Answer: A) Menu.append
Explanation:
menu.append method adds an item to the menu's end.