You were prompted to create a function that changes the paragraph to bold when the mouse is positioned over it. However, I can not solve it. If someone can help me, below is part of the code.
function changeTipo(){
document.getElementById('paragra').style.font-weight.bold;
}
<p id = "paragra" onMouseOver = "changeTipo()">Texto Texto Texto Texto Texto Texto TextoTexto Texto Texto Texto Texto Texto Texto Texto Texto Texto Texto Texto Texto Texto Texto Texto Texto Texto Texto Texto Texto Texto Texto Texto Texto Texto Texto.</p>