From 4ee815b7e206ff9273a426e754bdc38762aa1b6e Mon Sep 17 00:00:00 2001 From: rohit de <44128572+rohitd3@users.noreply.github.com> Date: Sun, 21 May 2023 11:34:02 -0700 Subject: [PATCH] Created using Colaboratory --- _notebooks/2023_05_21_javascript.ipynb | 486 +++++++++++++++++++++++++ 1 file changed, 486 insertions(+) create mode 100644 _notebooks/2023_05_21_javascript.ipynb diff --git a/_notebooks/2023_05_21_javascript.ipynb b/_notebooks/2023_05_21_javascript.ipynb new file mode 100644 index 0000000..6255674 --- /dev/null +++ b/_notebooks/2023_05_21_javascript.ipynb @@ -0,0 +1,486 @@ +{ + "nbformat": 4, + "nbformat_minor": 0, + "metadata": { + "colab": { + "provenance": [], + "authorship_tag": "ABX9TyMr0S8oscPrBsA8/S8jkBrp" + }, + "kernelspec": { + "name": "python3", + "display_name": "Python 3" + }, + "language_info": { + "name": "python" + } + }, + "cells": [ + { + "cell_type": "markdown", + "source": [ + "# JavaScript Practice\n", + "\n", + "- toc: true \n", + "- comments: true\n", + "- categories: [javascript]" + ], + "metadata": { + "id": "EXF1jOUhlcl2" + } + }, + { + "cell_type": "code", + "execution_count": 9, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 214 + }, + "id": "VzSKUuqFd1nU", + "outputId": "7f068894-ac7e-48f4-cd01-764ca4fc07ea" + }, + "outputs": [ + { + "output_type": "display_data", + "data": { + "text/plain": [ + "" + ], + "text/html": [ + "\n", + " \n", + " \n", + " \n", + " \n", + "
\n", + " Hello world!\n", + "
\n", + " \n", + "\n" + ] + }, + "metadata": {} + } + ], + "source": [ + "%%html\n", + "\n", + " \n", + " \n", + " \n", + " \n", + "
\n", + " Hello world!\n", + "
\n", + " \n", + "" + ] + }, + { + "cell_type": "code", + "source": [ + "%%html\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
NamePlanetSpecies
\n", + " \n", + " \n", + "" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 1000 + }, + "id": "AI4aOcaMjz8Q", + "outputId": "9b619c94-6ad5-4e6e-8837-ddfcf60dff8d" + }, + "execution_count": 21, + "outputs": [ + { + "output_type": "display_data", + "data": { + "text/plain": [ + "" + ], + "text/html": [ + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
NamePlanetSpecies
\n", + " \n", + " \n", + "\n" + ] + }, + "metadata": {} + } + ] + }, + { + "cell_type": "code", + "source": [ + "%%html\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
NamePlanetSpecies
\n", + " \n", + "\n", + "\n" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 439 + }, + "id": "KmmFKJA7i8nG", + "outputId": "e4c35718-1591-4f81-8d6b-23bd80efca72" + }, + "execution_count": 19, + "outputs": [ + { + "output_type": "display_data", + "data": { + "text/plain": [ + "" + ], + "text/html": [ + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
NamePlanetSpecies
\n", + " \n", + "\n", + "\n" + ] + }, + "metadata": {} + } + ] + } + ] +} \ No newline at end of file