

!!! Copy the following text and paste it into the Rich-Text-Editor !!!
"This is my example text about [JavaScript-programming]. I have to say, that JavaScript is a very interesting [programming-language] and it makes a lot of fun to code with [JavaScript]. I can't live without JavaScript anymore."
Take a look onto RESULTS !!!
<--- Press START
This is a multiple function, which includes a lot of functions with all of their functionalities....
The integrated Search-Engine, should be able to find all WORDS or CHARACTERS, which are located inside a --> [ ] .
​
For example [ xxxxx ]
What about --> adding a --> CODE-SNIPET into the Rich-Text-Editor?
​
Do you wanna try it out?
​
Copy some CODE and paste it into the Richtext-Editor!
​
(Attention, this is just a TEST --> NOT a complete APP ;-) )
$w.onReady(function() {
var myVariable1 = "variable1"
let myVariable2 = 10
const myConstant = 999
$w('#myButton').onClick(()=>{
//do something here...
});
});
The integrated Search-Engine, should be able to find ...
let / var --> declaration for variables
const ---> declaration for constants
function ---> declaration for functions