Running javascript on Vscode

hey guys so am trying to execute javascript on vscode and i get this error
,what could be the problem? am just running some test
[Running] node “c:\Users\HP\Desktop\simplehtmltemplate\cssProject\javascript.js”

‘node’ is not recognized as an internal or external command,

operable program or batch file.

NB i have the code runner extension installed already

Did you install Node and do did you set the C:\Program Files\nodejs\bin` directory in Window’s PATH environment variable?

i just installed nodes.js let me see if it works

great it works now , i was missing nodes