def()
class:
if(x)
else{
elif:
for(i
while(true)
return;
import{
from
as
with(
try{
except:
finally{
raise
assert(
break;
continue;
pass
yield
lambda:
async
await
True
False
None
and
or
not
in
is
del
print("
input("
len(x)
str(x)
int(x)
float(x)
list()
dict()
set()
tuple()
range(10)
type(x)
function()
func(x,
var
let
const
new
this.
self.
static
public
private
void
boolean
string
number
array[]
object{}
null
undefined
export
default
require("
module.
extends
implements
interface
abstract
override
throw
error("
console.log("
window.
document.
querySelector("
getElementById("
addEventListener("
createElement("
appendChild(
innerHTML
className
setAttribute("
setTimeout(
setInterval(
clearTimeout(
Promise.
async/await
.then(
.catch(
.finally(
fetch("
response.json()
JSON.parse(
JSON.stringify(
Object.keys(
Array.from(
Map()
Set()
forEach(
filter(
reduce(
map(x
find(x
sort()
splice(0,
slice(0,
push(x)
pop()
shift()
concat(
includes(
indexOf(
toString()
parseInt(
parseFloat(
Math.random()
Math.floor(
Math.ceil(
Date.now()
RegExp(
isNaN(x)
typeof(x)
instanceof
===
!==
>=
<=
=>
->
::
&&
||
??
?.
...args
${value}
`template`
<div>
</div>
<span>
{...props}
[...arr]
**kwargs
*args
@decorator
#include
#define
//comment
/*block*/
</CodeContent>
<parameter name="Complexity">5