mirror of
https://github.com/github/codeql.git
synced 2026-05-19 13:48:30 +02:00
2 lines
58 B
JavaScript
2 lines
58 B
JavaScript
if (text.indexOf("hello" >= 0))
|
|
console.log("Found it."); |