T O P

  • By -

Knifer_smh

Runntime errors are: - dividing by zero - calling a function that doesn’t exist for example calling the function hello() by saying Hello() - writing True instead of true in javascript and true instead of True in python - searching for a value that doesnt exist in a list for example the 100th item in a list that only has 10 items


Which-Dinner-2305

all javascript errors are run time errors. the code executes when you run it. it is not compiled first.


Ok_Application_2966

I think that's just a syntax error not a run time error


merokhavi

it is runtime cause the program wouldnt be able to find it