To test that the following is a correct sentence.
မင်္ဂလာပါ
public static void main(String[] args){ System.out.println("Hello World"); }
print("Hello World") i = 0 if i = 1: print("i= " + str(i)) else: print("i= " + str(i))
<dl> <dt>Definition list</dt> <dd>Is something people use sometimes.</dd> <dt>Markdown in HTML</dt> <dd>Does *not* work **very** well. Use HTML <em>tags</em>.</dd> </dl>
+ const newMethodName = (a, b) => { - const myMethod = (a, b) => { return a + b }
// visible, reader-editable JavaScript code goes here main() function main(){ hello(); } function hello() { const hiddenVar = 42 console.log(hiddenVar) console.log("hello world") }
Top comments (0)