test

By isaiah

console.log('hi')

Sample blog!

By isaiahg

Update Attempts at exploiting by doing closing script tags should be fixed! Thank you a! Main header Sub header Smallest header type below Code block 1 An example of an IIFE! (Immediately Invoked Function Expression) https://developer.mozilla.org/en-US/docs/Glossary/IIFE (function() { for (let i = 0; i < 5; i++) { console.log(i) } })() Code block 2 const message = 'Hello world!' console.log(message)

a

By a

<script></script>

a

By a

<script> alert("hello"); </script>

Python 3: A Modern Change

By jamessp

The significant changes in Python 3 include better Unicode support, simplified syntax, and improved performance. For example, in Python 3, strings are Unicode by default, making it easier to work with text data from different languages. Here is an example of how to define and print a Unicode string in Python 3 my_string = "Hello, World! 😀🌎" print(my_string)

Python 3: The Latest and Greatest Version of Python

By madiscercy

Python 3 Python 3 is the latest version of the Python programming language, released in 2008. It's a modern and versatile language that's widely used for web development, data analysis, machine learning, and more. Python 3 includes many new features and improvements over its predecessor, Python 2. It has better support for Unicode, making it easier to work with non-ASCII characters and text. print("Hello, world!")

Recommended topics