How to use 'the first letter of prompt is called' in JavaScript

Every line of 'the first letter of prompt is called' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your JavaScript code is secure.

All examples are scanned by Snyk Code

By copying the Snyk Code Snippets you agree to
161function setPrompt(text) {
162 appendToWorld(curWorld, '-- ' + text + ' --');
163 API.flush();
164}

Related snippets