Contents

Which of the following methods adds and connects the point to the cubic bezier curve?
a) bezierConnect()              
b) bezierCurveTo()
c) Connectbezier()              
d) bezierTo()

b

Which of the following methods adds an arc to the current subpath?
a) bezierCurveTo()             
b) arcTo()
c) arc()                                  
d) Curve()

c

What is the purpose of minifying the JavaScript?
a) To streamline the visits
b) To save the visits           
c) To save data
d) To increase the loading time

a

From which did Minification concept originate?
a) JavaScript code efficiency
b) JavaScript interpreter
c) JavaScript Compiler
d) JavaScript writer

b

What is the purpose of the product Minify?
a) Storing the data
b) Streamlining the data
c) Proxies the JavaScript file
d) Loading the data

c

What does the Minify set the encoding HTTP header?
a) deflate                                              
b) gzip
c) both deflate and gzip   
d) inflate

c