πŸ“Š JavaScript
Q. What is the programming philosophy that argues that content and behaviour should as much as possible be kept separate?
  • (A) Unobtrusive JavaScript
  • (B) Obtrusive JavaScript
  • (C) Inherited JavaScript
  • (D) Modular JavaScript
πŸ’¬ Discuss
βœ… Correct Answer: (A) Unobtrusive JavaScript

Explanation: A programming philosophy known as unobtrusive JavaScript argues that content (HTML) and behavior (JavaScript code) should as much as possible be kept separate. According to this programming philosophy, JavaScript is best embedded in HTML documents using “script” elements with src attributes.

Explanation by: Mr. Dubey
A programming philosophy known as unobtrusive JavaScript argues that content (HTML) and behavior (JavaScript code) should as much as possible be kept separate. According to this programming philosophy, JavaScript is best embedded in HTML documents using “script” elements with src attributes.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
97
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
82%
Success Rate