Answer:
Thomas Savery and Edward Somerset.
Explanation:
<h2>
Answer:</h2><h3>Hacktivist group is most likely to responsible for this.</h3><h3 /><h2>
Explanation:</h2>
Hacktivism is defined as an action in which a computer or a network is targeted so that it could be misused in order to achieve a goal against any social or political action.
Hacktivists are the persons who perform hacktivism in order to seek attention on a specific thing or issue they want, from all the people.
In the given scenario, the hacking attack is hactivism as it is done to pull the company down.
Hacktivist can be a single person as well as a group of people working together. However they try to work anonymously so that they could not be traced.
<h3>I hope it will help you! </h3>
The *image* tag is used to bring an image on the website.
Answer:
var birthday = "12/2/1978";
Explanation:
It does not create a date object named birthday because in this statement the birthday is a string which contains 12/2/1978 a date it is not date object it is a string.All other three options are correct way to create a date object.
var birthday = new Date();
creates a date object with the current date and time.
we can also pass date string in the new Date().So var birthday = new Date("12/2/1978"); is also correct.
we can also pass year,month,day in new Date() In this order only.So option fourth is also correct.
Answer:
thanks you too mah dude! :)
Explanation: