Hello!
How is the “automatic code writing” feature implemented in the lessons on http://thecodeplayer.com ?
Hello!
How is the “automatic code writing” feature implemented in the lessons on http://thecodeplayer.com ?
You can see the source code, it is not obfuscated. More specifically, in the walkthroughv3.js file, the set_slide_content function set_slide_content called for each slide. Another file (for the javascript clock project) stores data for slides, namely, added characters, deleted characters, starting and ending cursor positions (?), Type of editor. You can use the Developer Tools debugger in Chrome by setting a breakpoint on the function and clarifying the details.
Source: https://ru.stackoverflow.com/questions/406589/
All Articles