What is use of highlighted text

what if change the url will code work .
i tried that thing to the is not working via laptop (i.e output is not controlled by laptop but it controlled by bolt app

)

1 Like

If you change it it definitely wouldn’t work. This highlighted statement is very important because it is basically includes a pre-written script into your JS. which will enable you to make use of the pre-written functions.

1 Like

is it a directory :heart:

@ramesh00845

Is a js library that has all the function definitions like digitalWrite and so on.

You can directly call the function in your code and the code from library will do the work for you.

1 Like

Highlighted Text is very important because it is pre-defined.

The highlighted text is basically a javascript library that has all the definitions which will enable you to make use of the pre-written functions. It helps you to call the functions in your code from the library…