{ "cells": [ { "cell_type": "raw", "id": "8b2129e5", "metadata": { "vscode": { "languageId": "raw" } }, "source": [ "---\n", "layout: post\n", "toc: True\n", "breadcrumb: True\n", "title: JS Variables Popcorn Hacks Solutions\n", "description: Solutions to the JS Functions popcorn hacks.\n", "permalink: /csse/javascript/fundamentals/variables-phax-sols\n", "author: Samarth H, Anish G, Krish K, Pranay K\n", "---\n" ] }, { "cell_type": "markdown", "id": "1be18150", "metadata": {}, "source": [ "\n", "\n", "Presented by the\n", "

TINKERERS

\n", "\n", "
\n", "\n", "#
Popcorn Hack 1 SOLUTIONS🍿😈
" ] }, { "cell_type": "code", "execution_count": 15, "id": "dccfd3fe", "metadata": { "vscode": { "languageId": "html" } }, "outputs": [ { "data": { "text/html": [ "\n", "\n", "\n", "

Popcorn Hack 1 Output

\n", "
\n", "\n", " \n", "\n", "\n" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "%%html\n", "\n", "\n", "\n", "

Popcorn Hack 1 Output

\n", "
\n", "\n", " \n", "\n", "" ] }, { "cell_type": "markdown", "id": "49cf877c", "metadata": {}, "source": [ "\n", "\n", "Presented by the\n", "

TINKERERS

\n", "\n", "
\n", "\n", "#
Popcorn Hack 2 SOLUTIONS🍿😈
" ] }, { "cell_type": "code", "execution_count": null, "id": "a6c119d1", "metadata": { "vscode": { "languageId": "html" } }, "outputs": [ { "data": { "text/html": [ "\n", "\n", "\n", "\n", "

Solution: Click the button to enter your magic number!

\n", "\n", " \n", " \n", "\n", "
Your results will appear here.
\n", "\n", " \n", "\n", "\n", "\n" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "%%html\n", "\n", "\n", "\n", "\n", "

Solution: Click the button after entering your magic number!

\n", "\n", " \n", " \n", "\n", "
Your results will appear here.
\n", "\n", " \n", "\n", "\n", "" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.12.6" } }, "nbformat": 4, "nbformat_minor": 5 }