JavaScript is the language of Knowledge Bridge. You have been using JavaScript to write your Rules in Knowledge Bridge. In other words, JavaScript is the underlying language of the rules. There’s a lot more to JavaScript. Some of the kBridge-specific content can be found in the Reference section of this documentation, under Notes on kBridge"s Rule Syntax. This includes select JavaScript information plus common kBridge keywords.
For a good basic yet comprehensive tutorial on JavaScript in general, visit https://www.w3schools.com/js/
Note: it is not necessary to complete that tutorial to use kBridge.
Also, there is a more comprehensive discussion in this help file in the Concepts section Notes on kBridge's Rule Syntax.
In this unit, we cover the basics to know, as follows:
ostatements (;)
ocomments
ooperators
oReturn
oif then else
oLocal variables
oarrays
oloops
oobjects