JavaScript sandbox issue | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

JavaScript sandbox issue

I'm taking JavaScript cource. Authors recomment to play with source code samples in sandbox. But any example code containing keyword 'let' can't be run more than one time. 'SyntaxError: Identifier 'some_variable' has already been declared'. How can I inform supporting team about this issue?

15th Apr 2021, 7:15 AM
kr_andrew
3 Answers
+ 4
https://www.sololearn.com/contact Make sure you add a video screen cast of the problem.
15th Apr 2021, 7:22 AM
ODLNT
ODLNT - avatar
0
Thanks. My question should be specified. The issue occurs only in desktop browser. Is it obligatory to attach a video?
15th Apr 2021, 11:35 AM
kr_andrew
0
Please see email chain below [edited due to privacy concerns] info@sololearn.com <info@sololearn.com> Sat, Apr 10, 2021 at 11:16 AM To: me Hello! Thank you for reaching out to us. In order to help you, please send us a video of your issue so that we may see the steps involved. We look forward to hearing from you! Best, Mariam SoloLearn Inc. www.sololearn.com From: me Sent: Thursday, April 8, 2021 1:55 PM To: info@sololearn.com Subject: Feedback from App Ran this code on website playground "let a = 10; console.log(a);" . No problem on the initial run but when If run it again, it causes an error "SyntaxError: Identifier 'a' has already been declared. If you'd like to unsubscribe and stop receiving these emails click here. Image removed by sender. SoloLearn, Inc. 4 Embarcadero Center, Suite 1455. San Francisco, CA 94111
15th Apr 2021, 11:57 AM
ODLNT
ODLNT - avatar