Top answers

All subjects
All levels

How would I go about answering the question "What was the primary motive of the people who went on the First Crusade?"

The first step in answering such a question is to clearly outline your thesis in the introduction. The introduction should be clear and concise, and show immediate engagement with the question. Try to avo...

SD
Answered by Sophy D. History tutor
2475 Views

Testing a question

Testing an Answer

T2
1510 Views

How to check if value exists in an object in JavaScript?

Let's consider an example which would answer this question var priceOfFood = { pizza: 14, burger 10 } priceOfFood.hasOwnProperty('pizza') // true priceOfFood['pizza'] // 14 priceOfFood.hasOwnProperty('chi...

MC
Answered by Maciej C. Javascript tutor
10569 Views

How to sum every number in an array of numbers.

Using the ES2015 syntax it can be done as follows: let numbers = [10, 42, 5, 87, 61, 34, 99]; let sum = numbers.reduce((a,b) => a + b); where the reduce signature is Array.prototype.reduce(accumulator,...

MC
Answered by Maciej C. Javascript tutor
1762 Views

What are the general trends of alkali metals (group 1)?

Group 1 metals all have one outer electron, which is responisble for their properties. As you go down the group:

  • the metals become more reactive. This is due to the increased number of electr...
JB
4437 Views

We're here to help

contact us iconContact ustelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

© MyTutorWeb Ltd 2013–2025

Terms & Conditions|Privacy Policy
Cookie Preferences