Usage Arguments Value Examples
1 | newletters(string1,string2)
|
string1 |
The letters not used in turn (i) |
string2 |
The letters used and not used in turn (i+1) |
The new letters received in turn (i).
1 2 3 4 5 6 | newletters("cat","cattens")
## The function is currently defined as
function (x)
{
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.