%%javascript const num1 = 5; const num2 = 3;
// add two numbers const sum = num1 + num2; element.append(sum) Regards Manprit Singh -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/a483a027-fda7-4f59-a659-a8adebb12ebbn%40googlegroups.com.
