[Solved] What does “->” mean in javascript? [closed]

[ad_1]

This isn’t an operator – it’s inside a string which is being logged. You can identify it by the quotes enclosing it:

console.log('find_program_result.js -> mpU_onIdentified');
// quotes --^------------------------------------------^

2

[ad_2]

solved What does “->” mean in javascript? [closed]